Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Fix caching for clang::Decl in DWARFASTParserClang
Fixed small mistakes from previous commit.
Comment Actions
Looks good with minor comment inline
source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp | ||
---|---|---|
3228–3239 | I think using a switch would be both simpler and faster |
Comment Actions
Fix caching for clang::Decl in DWARFASTParserClang
Changed from std::set to switch. Rebased the patch.
I think using a switch would be both simpler and faster