[llvm-branch-commits] [clang] [Clang] [C++26] Expansion Statements (Part 2: Parsing and Parser Tests) (PR #169681)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Dec 1 07:43:48 PST 2025
================
@@ -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
More information about the llvm-branch-commits
mailing list