LGTM, thanks!
================ Comment at: lib/AST/ExprConstant.cpp:6851 @@ +6850,3 @@ + LValue LV; + LHSOK = EvaluateLValue(E->getLHS(), LV, Info); + LHSOK = false; ---------------- Dead store; remove the `LHSOK = `. http://reviews.llvm.org/D1238 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
