| commit | eebc832f4390150b9b695467ad767b5c5950b178 | [log] [tgz] |
|---|---|---|
| author | John McCall <rjmccall@apple.com> | Wed May 05 22:59:52 2010 +0000 |
| committer | John McCall <rjmccall@apple.com> | Wed May 05 22:59:52 2010 +0000 |
| tree | 7eac535e02f1ff19df1cb4857a11b6a71c2ef31b | |
| parent | 3baada6fd7f10407cabb6e005a33cb8409d68ac7 [diff] |
Add IgnoreParenImpCasts() to Expr, which is basically like IgnoreParenCasts except it only skips implicit casts. Also fix ObjCImplicitGetterSetterRefExpr's child_begin to skip the base expression if it's actually a type reference (which you get with static property references). llvm-svn: 103132