Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
clang-tools-extra/clangd/index/Ref.cpp | ||
---|---|---|
1 ↗ | (On Diff #188717) | Added. |
clang-tools-extra/clangd/index/SymbolCollector.cpp | ||
14 ↗ | (On Diff #188717) | Yes, once I replaced inclusion of Index.h with a more specific file somewhere else, SymbolCollector.cpp stopped building because it relied on transitive inclusion of ExpectedTypes.h. |
clang-tools-extra/clangd/indexer/IndexerMain.cpp | ||
16 ↗ | (On Diff #188717) | Added. |