================ @@ -22,6 +22,10 @@ def select_constexpr_spec_kind : TextSubstitution< def fatal_too_many_errors : Error<"too many errors emitted, stopping now">, DefaultFatal; +// TODO: Remove this. +def err_expansion_statements_todo : Error< + "TODO (expansion statements)">; ---------------- Sirraide wrote:
This diagnostic is also removed entirely later on in this patch series, so I’m not sure if we care about the wording of this too much; it’s mainly just here for reviewing the parser tests. https://github.com/llvm/llvm-project/pull/169681 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
