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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits