[clang-tools-extra] clang-tidy: treat fragment includes as main-file parts (PR #180282)
via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 7 06:38:51 PST 2026
================
@@ -175,6 +175,13 @@ Changes in existing checks
- Added support for analyzing function parameters with the `AnalyzeParameters`
option.
+- Improved :doc:`misc-include-cleaner
+ <clang-tidy/checks/misc/include-cleaner>` check:
+
+ - Added the `FragmentHeaders` option to treat direct includes matching
----------------
EugeneZelenko wrote:
One sentence is enough. List should be used only for multiple changes in same check.
https://github.com/llvm/llvm-project/pull/180282
More information about the cfe-commits
mailing list