llvm-project/clang/test/CXX/class
Nico Weber 24b2a822dd PR9037: Allow override, final, and new as an extension on inline members.
llvm-svn: 124477
2011-01-28 06:07:34 +00:00
..
class.friend Make sure that we diagnose invalid qualifiers on friend functions. 2010-10-14 22:03:51 +00:00
class.local Turn access control on by default in -cc1. 2010-04-09 19:03:51 +00:00
class.mem PR9037: Allow override, final, and new as an extension on inline members. 2011-01-28 06:07:34 +00:00
class.mfct/class.mfct.non-static Catch the case of trying to turn '&(X::a)' into a member pointer as well. 2010-08-24 23:26:21 +00:00
class.nest Forgot a file in r120182 2010-11-26 18:37:14 +00:00
class.nested.type Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
class.static/class.static.data Diagnose the presence of multiple initializations of static data 2010-08-24 05:27:49 +00:00
class.union A union cannot contain static data members or data members of reference type. 2010-11-07 19:13:55 +00:00
p1-0x.cpp Parse class-virt-specifier-seqs. 2011-01-22 16:56:46 +00:00
p2-0x.cpp Mark classes final and/or explicit during class template instantiation. 2011-01-22 18:07:06 +00:00