[clang-tools-extra] [clang-tidy] Fix `altera-id-dependent-backward-branch` false positives (PR #200660)

Zeyi Xu via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 5 06:34:53 PDT 2026


================
@@ -64,6 +95,31 @@ void error() {
     accumulator++;
   }
 
+  struct {
+    int FieldFromVar;
+    int FieldFromField;
+  } InferredField;
----------------
zeyi2 wrote:

Please add a newline here :)

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


More information about the cfe-commits mailing list