================
@@ -3738,6 +3738,12 @@ def err_expansion_stmt_incomplete : Error<
"cannot expand expression of incomplete type %0">;
def err_expansion_stmt_lambda : Error<
"cannot expand lambda closure type">;
+def err_expansion_stmt_case : Error<
+ "%select{'case'|'default'}0 belongs to 'switch' outside enclosing expansion
statement">;
+def note_enclosing_switch_statement_here : Note<
+ "switch statement is here">;
----------------
Sirraide wrote:
Apparently we really don’t
https://github.com/llvm/llvm-project/pull/169688
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits