hanchenye-llvm-project/clang/test/CXX/class
Douglas Gregor 2c7d9290ee Add redeclaration checking for static data members and fix a corner
case with redeclaration checking for fields, from Faisal Vali!
Fixes PR7970.

llvm-svn: 112476
2010-08-30 14:32:14 +00:00
..
class.friend Improve handling of friend types in several ways: 2010-04-07 17:57:12 +00:00
class.local Turn access control on by default in -cc1. 2010-04-09 19:03:51 +00:00
class.mem Add redeclaration checking for static data members and fix a corner 2010-08-30 14:32:14 +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 Make Decl::isOutOfLine() virtual, and use that to determine when definitions 2010-02-21 07:08:09 +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 Pretty-print anonymous types using their kind and presumed location. 2010-03-19 07:56:44 +00:00