[cfe-commits] Preliminary patch to support MSVC __declspec(property)

John McCall rjmccall at apple.com
Tue Apr 16 15:33:39 PDT 2013


On Apr 16, 2013, at 5:29 AM, endlessroad1991 at gmail.com 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.



More information about the cfe-commits mailing list