================ @@ -33,3 +33,21 @@ Because of the intervening macro definitions, this code remains unchanged: #define NDEBUG #include "assertion.h" // ...code with assertions disabled + +Option: ``AllowedDuplicateIncludes`` ---------------- vbvictor wrote:
Let's name it `IgnoreHeaders`, see https://clang.llvm.org/extra/clang-tidy/checks/misc/include-cleaner.html. Just copy documentation from there https://github.com/llvm/llvm-project/pull/167046 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
