[clang-tools-extra] [clang-tidy][misc-include-cleaner]Avoid to insert same include header multiple times (PR #65431)

kadir çetinkaya via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 6 00:27:49 PDT 2023


================
@@ -224,7 +224,8 @@ Changes in existing checks
 
 - Improved :doc:`misc-include-cleaner
   <clang-tidy/checks/misc/include-cleaner>` check by adding option
-  `DeduplicateFindings` to output one finding per symbol occurrence.
+  `DeduplicateFindings` to output one finding per symbol occurrence 
+  and avoid fixes insert same include header multiple times.
----------------
kadircet wrote:

rather than `and` can you add a separate sentence?

https://github.com/llvm/llvm-project/pull/65431


More information about the cfe-commits mailing list