aeubanks added inline comments.
================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp:2519
+ GetTypeForDIE(die)->GetBaseName().AsCString();
+ if (name_bracket_index == llvm::StringRef::npos && base_name.contains('<'))
+ return true;
----------------
I'm looking into whether or not this can be sped up by checking if the type is
templated some other way
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140240/new/
https://reviews.llvm.org/D140240
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits