We were getting assertion errors when we had bad file names, instead we
should skip those.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
unittests/clangd/SymbolCollectorTests.cpp | ||
---|---|---|
1036 ↗ | (On Diff #176646) | 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. |