Author: Nathan James Date: 2022-05-25T13:12:20+01:00 New Revision: 09ef6da8dcd848258c9f876ba9298c7db0d589a9
URL: https://github.com/llvm/llvm-project/commit/09ef6da8dcd848258c9f876ba9298c7db0d589a9 DIFF: https://github.com/llvm/llvm-project/commit/09ef6da8dcd848258c9f876ba9298c7db0d589a9.diff LOG: [clang-tidy] Update docs for SimplifyDeMorganRelaxed Forgot to add this to f3c1d281767 Added: Modified: clang-tools-extra/docs/clang-tidy/checks/readability-simplify-boolean-expr.rst Removed: ################################################################################ diff --git a/clang-tools-extra/docs/clang-tidy/checks/readability-simplify-boolean-expr.rst b/clang-tools-extra/docs/clang-tidy/checks/readability-simplify-boolean-expr.rst index f25d4c418695..18ab84b26a25 100644 --- a/clang-tools-extra/docs/clang-tidy/checks/readability-simplify-boolean-expr.rst +++ b/clang-tools-extra/docs/clang-tidy/checks/readability-simplify-boolean-expr.rst @@ -101,6 +101,7 @@ Options If `true`, :option:`SimplifyDeMorgan` will also transform negated conjunctions and disjunctions where there is no negation on either operand. + This option has no effect if :option:`SimplifyDeMorgan` is `false`. Default is `false`. When Enabled: _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits