[Lldb-commits] [PATCH] D114627: [lldb] add new overload for SymbolFile::FindTypes that accepts a scope
Lasse Folger via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 7 05:49:12 PST 2021
lassefolger added inline comments.
================
Comment at: lldb/source/Symbol/SymbolFile.cpp:148
+ std::string(scope.GetCString()), type_class,
+ true);
+}
----------------
I need to change this. This was correct in the first iteration but is no longer correct in the current iteration of this change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114627/new/
https://reviews.llvm.org/D114627
More information about the lldb-commits
mailing list