================
@@ -42,3 +43,5 @@ Checks: >
CheckOptions:
- key: performance-move-const-arg.CheckTriviallyCopyableMove
value: false
+ - key: misc-include-cleaner.MissingIncludes
+ value: false
----------------
vbvictor wrote:
Set `MissingIncludes` because the LLVM coding standard doesn't follow "IWYU"
but rather follow "use forward declaration, include as little as possible"
https://llvm.org/docs/CodingStandards.html#include-as-little-as-possible
https://github.com/llvm/llvm-project/pull/171903
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits