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 bbe8da3 commit 2d65e6aCopy full SHA for 2d65e6a
clang/lib/Parse/ParseReflect.cpp
@@ -20,7 +20,7 @@ ExprResult Parser::ParseCXXReflectExpression() {
20
// TODO(reflection) : support parsing for more reflect-expressions.
21
EnterExpressionEvaluationContext Unevaluated(
22
Actions, Sema::ExpressionEvaluationContext::Unevaluated);
23
- assert(Tok.is(tok::caretcaret) && "expecting reflection operator ^^");
+ assert(Tok.is(tok::caretcaret) );
24
SourceLocation CaretCaretLoc = ConsumeToken();
25
SourceLocation OperandLoc = Tok.getLocation();
26
0 commit comments