[llvm-branch-commits] [clang] [Clang] [NFC] Expansion Statements (Part 4: for-range refactor) (PR #169683)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Jul 8 15:49:36 PDT 2026


================
@@ -2431,27 +2431,46 @@ void NoteForRangeBeginEndFunction(Sema &SemaRef, Expr *E,
   SemaRef.Diag(Loc, diag::note_for_range_begin_end)
     << BEF << IsTemplate << Description << E->getType();
 }
+}
----------------
Sirraide wrote:

I think that should happen automatically when I run `clang-format`, which I will do once all the patches have been merged into one patch

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


More information about the llvm-branch-commits mailing list