After D42111, the executor framework no longer deduplicate tool results.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
- Build Status
Buildable 13930 Build 13930: arc lint + arc unit
Event Timeline
clangd/global-symbol-builder/GlobalSymbolBuilderMain.cpp | ||
---|---|---|
109 | nit: this comment could be tightened up a bit: // FIXME(ioeric): Merge occurrences, rather than just dropping all but one. // Definitions and forward declarations have the same key and may both have information. // Usage count will need to be aggregated across occurrences, too. | |
113 | nit: UniqueSymbols? "Reduce" makes sense from an MR perspective but there's not enough context. | |
116 | picking the longest string might be better than random, but I'm not sure if it's enough to be worthwhile. |
clangd/global-symbol-builder/GlobalSymbolBuilderMain.cpp | ||
---|---|---|
109 | Thanks! |
nit: this comment could be tightened up a bit: