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
Event Timeline
Comment Actions
LGTM with one nit.
include-fixer/SymbolIndexManager.cpp | ||
---|---|---|
73 | Might be IsMatched &= (SymbolContext == Symbol.getContexts().end()); for reading clearly? |
Might be IsMatched &= (SymbolContext == Symbol.getContexts().end()); for reading clearly?