[clang] [Clang] Fix error recovery for default arguments (PR #208868)

Matheus Izvekov via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 10 23:01:25 PDT 2026


================
@@ -0,0 +1,11 @@
+// RUN: %clang_cc1 -fsyntax-only -std=c++14 -verify %s
----------------
mizvekov wrote:

This test should be in Parse, not Sema.

You can probably find an existing test file to place it.

https://github.com/llvm/llvm-project/pull/208868


More information about the cfe-commits mailing list