| commit | 1da39282ec9f2399a53e8092c7862e58699a39c9 | [log] [tgz] |
|---|---|---|
| author | Alexis Hunt <alercah@gmail.com> | Fri Jun 24 02:11:39 2011 +0000 |
| committer | Alexis Hunt <alercah@gmail.com> | Fri Jun 24 02:11:39 2011 +0000 |
| tree | 610524a82f74777374f6341b2e023aead97afef4 | |
| parent | 247533179a3e39f78e9da3c7d25093df2b87371c [diff] |
This patch started as an attempt to fix up the horrid naming conventions. I then discovered a typo in the using declaration bit in LookupSpecialMember. This led to discovering [namespace.udecl]p15, which clang implements incorrectly. Thus I've added a comment and implemented the code consistently with the rest of clang - that is incorrectly. And because I don't want to include tests of something incorrect, I've ripped the test out. llvm-svn: 133784