Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/include-cleaner/lib/HTMLReport.cpp | ||
---|---|---|
243 | It seems noisy to print it even there is only one candidate, maybe exclude it if there is only one candidate? |
Comment Actions
- hover card follows the internal data model: symbol -> location -> header (->include, later)
- don't use public API, so we can get at internal details
Comment Actions
The new UI looks good.
clang-tools-extra/include-cleaner/lib/Analysis.cpp | ||
---|---|---|
24 ↗ | (On Diff #475068) | nit: mention the writeHTMLReport function explicitly. |
clang-tools-extra/include-cleaner/lib/HTMLReport.cpp | ||
303 | We need a special logic (if (auto SS = Recognizer(&ND)) {...}) for the stdlib symbols, otherwise, they will be treated as normal Decl symbols. |
It seems noisy to print it even there is only one candidate, maybe exclude it if there is only one candidate?