We should print the symbol name rather than the header name in the
message.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks!
clang-tools-extra/clang-tidy/misc/IncludeCleanerCheck.cpp | ||
---|---|---|
49 | Consider making the whole include_cleaner::SymbolReference a field instead, since you're already using two out of its three fields here. |
Consider making the whole include_cleaner::SymbolReference a field instead, since you're already using two out of its three fields here.