[Lldb-commits] [PATCH] D69913: Re-enable std::function formatter with fixes to improve non-cached lookup performance
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 11 13:16:40 PST 2019
aprantl added inline comments.
================
Comment at: lldb/include/lldb/Symbol/CompileUnit.h:169
+ /// \param[in] matching_lambda
+ /// A predicate used to evaluate each function name.
+ ///
----------------
This doesn't explain what the bool return does.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69913/new/
https://reviews.llvm.org/D69913
More information about the lldb-commits
mailing list