Michael137 added inline comments.
================ Comment at: lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp:2521 + if (name_bracket_index == llvm::StringRef::npos && + matching_type->IsTemplateType()) + return true; ---------------- You could consider using `CompilerType::GetTypeInfo` instead of introducing `CompilerType::IsTemplateType`. Though that function looks a bit chunky Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D140240/new/ https://reviews.llvm.org/D140240 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits