llvm-project/clang/test/CXX/class
Sebastian Redl 002a3c506a Forgot a file in r120182
llvm-svn: 120184
2010-11-26 18:37:14 +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 Diagnose C++ [class.mem]p13-14, where a class member has the same name 2010-10-15 13:21:21 +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