================ @@ -517,6 +517,10 @@ Changes in existing checks - Improved :doc:`misc-header-include-cycle <clang-tidy/checks/misc/header-include-cycle>` check performance. +- Improved :doc:`misc-include-cleaner ---------------- EugeneZelenko wrote:
> I think the section is missing in the current documentation.. Do you mean > "[clang-include-fixer](https://github.com/llvm/llvm-project/blob/cf4dc85e58c3f6147e3ccbf0f3b5be41e7539350/clang-tools-extra/docs/ReleaseNotes.rst#id313)" > (but it seems like a different tool), or should I create a new section > titled "Improvements to clang-include-cleaner"? It seems that existing sections should be fixed. Currently Release Notes contains: ``` Improvements to include-fixer Improvements to clang-include-fixer ``` Executable names are `clang-include-cleaner` and `clang-include-fixer`. See CMake files in subdirectories. https://github.com/llvm/llvm-project/pull/173149 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
