We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15dde87 commit 30b5880Copy full SHA for 30b5880
clang/test/Parser/recovery.cpp
@@ -226,7 +226,7 @@ void k() {
226
namespace GH136254 {
227
228
void call() {
229
- [a(42, )]() {} (); // expected-error {{expected expression}} expected-error {{invalid initializer type for lambda capture}}
+ [a(42, )]() {} (); // expected-error {{expected expression}}
230
231
int *b = new int(42, ); // expected-error {{expected expression}}
232
0 commit comments