[clang-tools-extra] [clang-tidy] Add new check 'bugprone-inconsistent-ifelse-braces' (PR #162361)

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 27 15:08:14 PDT 2025


================
@@ -256,7 +257,7 @@ Clang-Tidy Checks
    :doc:`llvm-prefer-static-over-anonymous-namespace <llvm/prefer-static-over-anonymous-namespace>`,
    :doc:`llvm-twine-local <llvm/twine-local>`, "Yes"
    :doc:`llvm-use-new-mlir-op-builder <llvm/use-new-mlir-op-builder>`, "Yes"
-   :doc:`llvm-use-ranges <llvm/use-ranges>`, "Yes"
+   :doc:`llvm-use-ranges <llvm/use-ranges>`,
----------------
vbvictor wrote:

This should be fixed by https://github.com/llvm/llvm-project/pull/159927.
So the fix either didn't work or you happened to use old script.

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


More information about the cfe-commits mailing list