If a search string starts with "::" we don't want to return any results
for suffixes of that string.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with one nit.
include-fixer/SymbolIndexManager.cpp | ||
---|---|---|
73 ↗ | (On Diff #57766) | Might be IsMatched &= (SymbolContext == Symbol.getContexts().end()); for reading clearly? |