On Apr 16, 2013, at 5:29 AM, [email protected] wrote: > Oops... I updated clang to 3.3 trunk, and found another bug... > > In Sema::checkPseudoObjectIncDec(), op may be type-dependent, but this fact > can only be discovered if you do a buildGet(). > So the first op->isTypeDependent() check will still fail to detect this fact. > Sema::checkPseudoObjectAssignment() doesn't have this problem. > > Override ExprResult Sema::checkPseudoObjectIncDec() to handle this situation.
I fixed this in a slightly different way in r179637, thanks. John. _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
