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 56cf3ff commit 489df61Copy full SHA for 489df61
clang/lib/AST/Interp/ByteCodeExprGen.cpp
@@ -75,7 +75,7 @@ template <class Emitter> class OptionScope final {
75
76
template <class Emitter>
77
bool ByteCodeExprGen<Emitter>::VisitCastExpr(const CastExpr *CE) {
78
- auto *SubExpr = CE->getSubExpr();
+ const Expr *SubExpr = CE->getSubExpr();
79
switch (CE->getCastKind()) {
80
81
case CK_LValueToRValue: {
0 commit comments