================ @@ -3738,6 +3738,8 @@ def err_conflicting_codeseg_attribute : Error< def warn_duplicate_codeseg_attribute : Warning< "duplicate code segment specifiers">, InGroup<Section>; +def err_expansion_stmt_invalid_init : Error< + "cannot expand expression of type %0">; ---------------- cor3ntin wrote:
Can we massage that a bit? Maybe "expression of type %0 cannot be destructured". https://github.com/llvm/llvm-project/pull/169685 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
