Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-27 | When we've parsed a nested-name-specifier in a member access | Douglas Gregor | |
expression, "forget" about the object type; only the nested-name-specifier matters for name lookup purposes. Fixes PR7239. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@104834 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2010-02-23 | Implement crazy destructor name lookup semantics differently in | Douglas Gregor | |
C++98/03 and C++0x, since the '0x semantics break valid C++98/03 code. This new mess is tracked by core issue 399, which is still unresolved. Fixes PR6358 and PR6359. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96836 91177308-0d34-0410-b5e6-96231b3b80d8 |