Skip to content

Commit ac23c88

Browse files
fix comment
1 parent 7335550 commit ac23c88

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
@@ -32,7 +32,6 @@ ExprResult Parser::ParseCXXReflectExpression(SourceLocation DoubleCaretLoc) {
3232
SourceLocation OperandLoc = Tok.getLocation();
3333
TentativeParsingAction TPA(*this);
3434

35-
// Next, check for an unqualified-id.
3635
if (Tok.isOneOf(tok::identifier, tok::kw_operator, tok::kw_template,
3736
tok::tilde, tok::annot_template_id)) {
3837
// TODO(reflection) : support parsing for

0 commit comments

Comments
 (0)