llvm-project/clang/test/CXX/class
Richard Smith 9f9518265f PR26048, PR26050: put non-type template parameters and indirect field decls
into IDNS_Tag in C++, because they conflict with redeclarations of tags. (This
doesn't affect elaborated-type-specifier lookup, which looks for IDNS_Type in
C++).

llvm-svn: 256985
2016-01-06 22:49:11 +00:00
..
class.base/class.base.init
class.bit
class.friend [Sema] Don't crash when friending an unqualified templated constructor 2015-09-30 22:07:43 +00:00
class.local
class.mem Fix half of PR26048. We don't yet diagnose the case where the anonymous union member is declared first and the tag name is declared second. 2016-01-06 21:54:29 +00:00
class.mfct/class.mfct.non-static
class.nest [Lit Test] Updated 20 Lit tests to be C++11 compatible. 2015-12-10 01:07:17 +00:00
class.nested.type Teach typo correction to look inside of classes like it does namespaces. 2013-09-26 19:10:29 +00:00
class.static/class.static.data Provide better diagnostic wording for initializers on static 2013-11-21 03:17:44 +00:00
class.union PR26048, PR26050: put non-type template parameters and indirect field decls 2016-01-06 22:49:11 +00:00
p1-0x.cpp
p2-0x.cpp
p6-0x.cpp