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 d9d32ed commit e8275a7Copy full SHA for e8275a7
clang/lib/Parse/ParseReflect.cpp
@@ -25,7 +25,6 @@ ExprResult Parser::ParseCXXReflectExpression(SourceLocation DoubleCaretLoc) {
25
if (ParseOptionalCXXScopeSpecifier(SS, /*ObjectType=*/nullptr,
26
/*ObjectHasErrors=*/false,
27
/*EnteringContext=*/false)) {
28
- SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch);
29
return ExprError();
30
}
31
0 commit comments