| commit | 10eae1851d3f6cfa9ab665fc2bd54a3ff57293d8 | [log] [tgz] |
|---|---|---|
| author | John McCall <rjmccall@apple.com> | Mon Nov 30 22:42:35 2009 +0000 |
| committer | John McCall <rjmccall@apple.com> | Mon Nov 30 22:42:35 2009 +0000 |
| tree | 92bacc32cd9c5e89a53994b619effcc494843cc7 | |
| parent | 120037fec7ad543a95ec19aced0ab5778a160de9 [diff] |
Eliminate the use of OverloadedFunctionDecl in member expressions. Create a new UnresolvedMemberExpr for these lookups. Assorted hackery around qualified member expressions; this will all go away when we implement the correct (i.e. extremely delayed) implicit-member semantics. llvm-svn: 90161