================
@@ -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)">;
----------------
erichkeane wrote:

ah, sgtm.

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

Reply via email to