[clang-tools-extra] [clang-tidy] Add option to ignore macros in `readability-simplify-boolean-expr` check (PR #78043)

Danny Mösch via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 13 13:14:30 PST 2024


================
@@ -492,6 +492,10 @@ Changes in existing checks
   <clang-tidy/checks/readability/non-const-parameter>` check to ignore
   false-positives in initializer list of record.
 
+- Added option `IgnoreMacros` to :doc:`readability-simplify-boolean-expr
----------------
SimplyDanny wrote:

You mean by using the "Improves ... check" style? Is it okay now?

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


More information about the cfe-commits mailing list