We were getting assertion errors when we had bad file names, instead we
should skip those.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
- Build Status
Buildable 25714 Build 25713: arc lint + arc unit
Event Timeline
unittests/clangd/SymbolCollectorTests.cpp | ||
---|---|---|
1048 | We handled this case previously, but the code was removed in rL346488 (looks like sam missed the case where we don't use preamble, like building static index). I think we should bring the logic back -- revert the change of isSpelledInSourceCode and add SymbolCollectorTest, SymbolFormedByCLI should be enough. |
We handled this case previously, but the code was removed in rL346488 (looks like sam missed the case where we don't use preamble, like building static index). I think we should bring the logic back -- revert the change of isSpelledInSourceCode and add SymbolCollectorTest, SymbolFormedByCLI should be enough.