================
@@ -0,0 +1,20 @@
+// RUN: %check_clang_tidy -check-suffixes=,MACROS %s 
readability-simplify-boolean-expr %t
+
+// Ignore expressions in macros.
+// RUN: %check_clang_tidy %s readability-simplify-boolean-expr %t
+// RUN:     -- -config="{CheckOptions: [{key: 
readability-simplify-boolean-expr.IgnoreMacros, value: true}]}"
----------------
PiotrZSL wrote:

follow new style of options (no need for value or key, check other checks)

https://github.com/llvm/llvm-project/pull/78043
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to