llvm-project/clang/test/CXX/class
Douglas Gregor 758cb67fcf If we end up instantiating a function parameter whose default argument
has not yet been parsed, note that the default argument hasn't been
parsed and keep track of all of the instantiations of that function
parameter. When its default argument does get parsed, imbue the
instantiations with that default argument. Fixes PR8245.

llvm-svn: 116324
2010-10-12 18:23:32 +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 If we end up instantiating a function parameter whose default argument 2010-10-12 18:23:32 +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