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

Piotr Zegar via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 13 12:04:08 PST 2024


Danny =?utf-8?q?M=C3=B6sch?= <danny.moesch at icloud.com>,
Danny =?utf-8?q?M=C3=B6sch?= <danny.moesch at icloud.com>,
Danny =?utf-8?q?M=C3=B6sch?= <danny.moesch at icloud.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/78043 at github.com>


================
@@ -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
----------------
PiotrZSL wrote:

Again, follow current release notes style. Just as its easier to read.

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


More information about the cfe-commits mailing list