forked from OSchip/llvm-project
parent
63eb9386b7
commit
a461e6d124
|
@ -110,9 +110,11 @@ public:
|
|||
LValueExprEvaluator(EvalInfo &info) : Info(info) {}
|
||||
|
||||
APValue VisitStmt(Stmt *S) {
|
||||
#if 0
|
||||
// FIXME: Remove this when we support more expressions.
|
||||
printf("Unhandled pointer statement\n");
|
||||
S->dump();
|
||||
#endif
|
||||
return APValue();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue