| commit | 24d189484b4438e8fb6f772cebc91e3f07eac820 | [log] [tgz] |
|---|---|---|
| author | John McCall <rjmccall@apple.com> | Tue Aug 24 22:52:39 2010 +0000 |
| committer | John McCall <rjmccall@apple.com> | Tue Aug 24 22:52:39 2010 +0000 |
| tree | e83c1291922cb1762b8445b7d3a12b132bae4bab | |
| parent | 401b39a736e7c139710f5fc7edcd672026139d6b [diff] |
When trying to resolve the address of an overloaded expression, only form pointers-to-member if the expression has the appropriate form. This avoids assertions later on on invalid code, but also allows us to properly resolve mixed-staticity overloads. llvm-svn: 111987