Skip to content

Commit e8275a7

Browse files
Update clang/lib/Parse/ParseReflect.cpp
Co-authored-by: Sirraide <[email protected]>
1 parent d9d32ed commit e8275a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Parse/ParseReflect.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ ExprResult Parser::ParseCXXReflectExpression(SourceLocation DoubleCaretLoc) {
2525
if (ParseOptionalCXXScopeSpecifier(SS, /*ObjectType=*/nullptr,
2626
/*ObjectHasErrors=*/false,
2727
/*EnteringContext=*/false)) {
28-
SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch);
2928
return ExprError();
3029
}
3130

0 commit comments

Comments
 (0)