================ @@ -457,6 +457,9 @@ def err_expansion_stmt_requires_cxx2c : Error< "expansion statements are only supported in C++2c">; def err_for_template : Error< "'for template' is invalid; use 'template for' instead">; +def ext_expansion_stmt_missing_braces : Extension< + "ISO C++ requires a compound statement to be the body of an expansion statement">, ---------------- AaronBallman wrote:
```suggestion "ISO C++ requires the body of an expansion statement to be a compound statement">, ``` This just seems to read better to me, WDYT? https://github.com/llvm/llvm-project/pull/209229 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
