[clang] [Clang] [C++26] Expansion Statements (Part 1: AST) (PR #169680)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 1 07:31:22 PST 2025
================
@@ -5499,6 +5499,165 @@ class BuiltinBitCastExpr final
}
};
+/// Represents an expansion-init-list of an enumerating expansion statement.
----------------
erichkeane wrote:
Ooof, thats an awful name. Yeah, a quick example would be lovely.
https://github.com/llvm/llvm-project/pull/169680
More information about the cfe-commits
mailing list