Refine Expr::HasSideEffects to correct identify StmtExprs that do not have side-effects.
[Depends on http://reviews.llvm.org/D10210.]
Differential D10211
some StmtExprs do not have side-effects scott-0 on Jun 3 2015, 3:44 AM. Authored by
Details Refine Expr::HasSideEffects to correct identify StmtExprs that do not have side-effects. [Depends on http://reviews.llvm.org/D10210.]
Diff Detail
Event TimelineComment Actions I see two typos in comments already "side-efect" and "warnig" -- I'll be sure to fix those.
Comment Actions Thanks for the reviews! I have addressed the review comments. (But I still need a review on the prereq differential http://reviews.llvm.org/D10210) Comment Actions LGTM
|