[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:17:26 PST 2025
================
@@ -5499,6 +5499,165 @@ class BuiltinBitCastExpr final
}
};
+/// Represents an expansion-init-list of an enumerating expansion statement.
----------------
erichkeane wrote:
I don't quite get what this means, can you expand on this?
https://github.com/llvm/llvm-project/pull/169680
More information about the cfe-commits
mailing list