[llvm-branch-commits] [clang] [Clang] [NFC] Expansion Statements (Part 4: for-range refactor) (PR #169683)
Shafik Yaghmour via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jul 9 23:09:26 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();
}
+}
----------------
shafik wrote:
We should be adding these comments regardless: https://llvm.org/docs/CodingStandards.html#namespace-indentation
I don't think clang-format does that but maybe I never realized it.
https://github.com/llvm/llvm-project/pull/169683
More information about the llvm-branch-commits
mailing list