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 2d8c1cb commit 7a331beCopy full SHA for 7a331be
clang/lib/Parse/ParseReflect.cpp
@@ -51,7 +51,6 @@ ExprResult Parser::ParseCXXReflectExpression(SourceLocation OpLoc) {
51
return ExprError();
52
53
TypeSourceInfo *TSI = nullptr;
54
- QualType QT = Actions.GetTypeFromParser(TR.get(), &TSI);
55
56
return Actions.ActOnCXXReflectExpr(OpLoc, TSI);
57
}
0 commit comments