Skip to content

Commit 2d65e6a

Browse files
Update clang/lib/Parse/ParseReflect.cpp
Co-authored-by: Erich Keane <[email protected]>
1 parent bbe8da3 commit 2d65e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Parse/ParseReflect.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ExprResult Parser::ParseCXXReflectExpression() {
2020
// TODO(reflection) : support parsing for more reflect-expressions.
2121
EnterExpressionEvaluationContext Unevaluated(
2222
Actions, Sema::ExpressionEvaluationContext::Unevaluated);
23-
assert(Tok.is(tok::caretcaret) && "expecting reflection operator ^^");
23+
assert(Tok.is(tok::caretcaret) );
2424
SourceLocation CaretCaretLoc = ConsumeToken();
2525
SourceLocation OperandLoc = Tok.getLocation();
2626

0 commit comments

Comments
 (0)