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 7335550 commit ac23c88Copy full SHA for ac23c88
clang/lib/Parse/ParseReflect.cpp
@@ -32,7 +32,6 @@ ExprResult Parser::ParseCXXReflectExpression(SourceLocation DoubleCaretLoc) {
32
SourceLocation OperandLoc = Tok.getLocation();
33
TentativeParsingAction TPA(*this);
34
35
- // Next, check for an unqualified-id.
36
if (Tok.isOneOf(tok::identifier, tok::kw_operator, tok::kw_template,
37
tok::tilde, tok::annot_template_id)) {
38
// TODO(reflection) : support parsing for
0 commit comments