Details
Details
- Reviewers
sammccall - Commits
- rGd293bf127a8b: [clangd] Add a FileSymbols container that manages symbols from multiple files.
rCTE320701: [clangd] Add a FileSymbols container that manages symbols from multiple files.
rL320701: [clangd] Add a FileSymbols container that manages symbols from multiple files.
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
clangd/index/FileSymbols.h | ||
---|---|---|
39 ↗ | (On Diff #126936) | Consider just accepting update(Path, nullptr) for this (or make callers pass an empty slab). |
unittests/clangd/IndexTests.cpp | ||
124 ↗ | (On Diff #126936) | Can you move these tests into a separate cpp file? |