[Lldb-commits] [PATCH] D69119: Modernize the rest of the Find.* API (NFC)
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 17 11:12:39 PDT 2019
labath accepted this revision.
labath added a comment.
yay
================
Comment at: lldb/tools/lldb-test/lldb-test.cpp:439-448
+ List.Clear();
+ Symfile.FindFunctions(RE, true, List);
} else {
Expected<CompilerDeclContext> ContextOr = getDeclContext(Symfile);
if (!ContextOr)
return ContextOr.takeError();
CompilerDeclContext *ContextPtr =
----------------
I'm pretty sure these Clears are not needed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69119/new/
https://reviews.llvm.org/D69119
More information about the lldb-commits
mailing list