[llvm-branch-commits] [clang] [Clang] [C++26] Expansion Statements (Part 9: Control Flow) (PR #169688)

Shafik Yaghmour via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jul 9 18:55:35 PDT 2026


================
@@ -202,7 +202,11 @@ class FunctionScopeInfo {
 public:
   /// A SwitchStmt, along with a flag indicating if its list of case statements
   /// is incomplete (because we dropped an invalid one while parsing).
----------------
shafik wrote:

Shouldn't this comment be updated to document the new data.

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


More information about the llvm-branch-commits mailing list