[Lldb-commits] [PATCH] D68678: Speed up accelerator table lookups
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 10 10:53:44 PDT 2019
JDevlieghere added inline comments.
================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp:116
// "std::vector<int>::const_iterator") searching for the innermost
// name alone ("const_iterator) could yield many false positives. By
// searching for the parent type ("vector<int>") first we can avoid
----------------
Missing `"` before `)`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68678/new/
https://reviews.llvm.org/D68678
More information about the lldb-commits
mailing list