Reintroduce D153557 with fix for use-after-free from f4de606ef271 and minor changes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/ExtractAPI/DeclarationFragments.cpp | ||
---|---|---|
611 | Minor change is here. Since Name is now an std::string, a cast to Method's DeclContext is no longer needed to bypass the simple identifier assertion from getName for StringRefs. |
Comment Actions
Remove Parser include and remove bazel dependency introduced in 926f85db98aa.
This include should not be necessary.
Minor change is here. Since Name is now an std::string, a cast to Method's DeclContext is no longer needed to bypass the simple identifier assertion from getName for StringRefs.