clang-1/test/CXX
Douglas Gregor 21d53e1796 When we're parsing template names as part of base-specifiers, we are
*not* entering the context of the nested-name-specifier. This was
causing us to look into an uninstantiated template that we shouldn't
look into. Fixes PR6376.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97524 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-01 23:49:23 +00:00
..
basic Implement crazy destructor name lookup semantics differently in 2010-02-23 00:15:22 +00:00
class Make Decl::isOutOfLine() virtual, and use that to determine when definitions 2010-02-21 07:08:09 +00:00
class.access Fix the lookup of names used in a friend declaration to not attempt to 2010-03-01 21:17:36 +00:00
class.derived Fix for PR5840: fix the kind of name lookup used for classes in 2009-12-21 01:42:38 +00:00
conv Improve access control diagnostics. Perform access control on member-pointer 2010-02-10 09:31:12 +00:00
dcl.dcl Fix a really trivial crasher and begin fleshing out one of the namespace test 2010-02-25 09:32:59 +00:00
dcl.decl Commit Eli's fix for implicit conversions to array type. Fixes PR6264. 2010-02-26 01:17:27 +00:00
expr Implement semantic analysis for C++ [expr.new]p18-20, which describe 2010-02-26 05:06:18 +00:00
lex Fix for PR6220: compute the correct type for multicharacter literals. 2010-02-03 18:21:45 +00:00
over Initialization improvements: addition of string initialization and a few 2009-12-19 08:11:05 +00:00
special Add test case for PR6141, which was fixed a few days ago 2010-02-24 21:54:27 +00:00
temp When we're parsing template names as part of base-specifiers, we are 2010-03-01 23:49:23 +00:00