If the source code is compilable-but-layzering-violation, we still want
the tool to be functional on it (rather than bailing out).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/include-cleaner/tool/IncludeCleaner.cpp | ||
---|---|---|
99 | maybe mention the general stance against diagnostics here? We only want to perform include-cleaner analysis. So we disable diagnostics that won't affect our analysis to make the tool more robust against in-development code. and then follow up with specific around disabling decluse |
maybe mention the general stance against diagnostics here?
and then follow up with specific around disabling decluse