[clang-tools-extra] [clang-tidy] Ignore label-like statements when checking if/else bodies (PR #202869)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 10 04:08:50 PDT 2026
================
@@ -0,0 +1,126 @@
+// RUN: %check_clang_tidy -std=c++98-or-later %s readability-inconsistent-ifelse-braces %t
----------------
vbvictor wrote:
Maybe this happened unintentionally and this is a bug in clang
https://github.com/llvm/llvm-project/pull/202869
More information about the cfe-commits
mailing list