Details
Details
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
Event Timeline
Comment Actions
@hokein, @sammccall, this is a follow-up to https://reviews.llvm.org/D55185. Would one (or both) of you be intereested in reviewing it?
clang-tools-extra/clangd/index/SymbolCollector.cpp | ||
---|---|---|
385 ↗ | (On Diff #181957) | why do we check IsMainFileSymbol here? |
clang-tools-extra/clangd/index/SymbolCollector.cpp | ||
---|---|---|
413 ↗ | (On Diff #181957) | I think we need to set VisibleOutsideFile flag. |
Comment Actions
Just realize one missing point: we should respect the CollectMainFileSymbols option, otherwise looks good.
Comment Actions
Measured this patch on LLVM, the increasing number of symbols is reasonable (from 422 K to 425 K, with CollectMacro enabled).