llvm-project/clang/test/CXX
Eli Friedman 9025ec2ee5 Fix for PR5840: fix the kind of name lookup used for classes in
Sema::getTypeName.

"LookupNestedNameSpecifierName" isn't quite the right kind of lookup, though; 
it doesn't ignore namespaces.  Someone more familiar with the lookup code
should fix this properly.

llvm-svn: 91809
2009-12-21 01:42:38 +00:00
..
basic Don't inject the class name until that magical lbrace. 2009-12-20 07:58:13 +00:00
class Initialization improvements: addition of string initialization and a few 2009-12-19 08:11:05 +00:00
class.access/class.access.dcl Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +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
dcl.dcl Successive anonymous namespaces name the same scope. I misinterpreted the 2009-12-16 02:06:49 +00:00
dcl.decl Initialization improvements: addition of string initialization and a few 2009-12-19 08:11:05 +00:00
expr Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
lex/lex.trigraph Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
over Initialization improvements: addition of string initialization and a few 2009-12-19 08:11:05 +00:00
special Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
temp Switch default-initialization of variables of class type (or array thereof) over to InitializationSequence. I could swear that this fixes a PR somewhere, but I couldn't figure out which one 2009-12-20 22:01:25 +00:00