clang-1/test/CXX
Daniel Dunbar 380c213995 Speculatively revert r103497, "Do not mark the virtual members of an
implicitly-instantiated class as ...", which seems to have broken bootstrap.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103515 91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-11 21:32:35 +00:00
..
basic Fix ADL for types declared in transparent decls, from Alp Toker! 2010-04-30 07:08:38 +00:00
class Turn access control on by default in -cc1. 2010-04-09 19:03:51 +00:00
class.access Speculatively revert r103497, "Do not mark the virtual members of an 2010-05-11 21:32:35 +00:00
class.derived Implement computation of the final overriders for each virtual 2010-03-23 23:47:56 +00:00
conv Turn access control on by default in -cc1. 2010-04-09 19:03:51 +00:00
dcl.dcl It turns out that we should be allowing redeclarations within function 2010-05-06 23:31:27 +00:00
dcl.decl Actually produce base paths for CastExprs of kind CK_DerivedToBase. 2010-04-24 19:06:50 +00:00
except/except.handle Improve diagnostics when we fail to convert from a source type to a 2010-04-09 00:35:39 +00:00
expr Test case for my last fix. 2010-05-07 11:15:33 +00:00
lex Fix for PR6220: compute the correct type for multicharacter literals. 2010-02-03 18:21:45 +00:00
over Implement C++ [over.ics.user]p3, which restricts the final conversion 2010-04-12 23:42:09 +00:00
special Add test case for PR6141, which was fixed a few days ago 2010-02-24 21:54:27 +00:00
stmt.stmt/stmt.select change Scope::WithinElse to be a normal scope flag, widen the 2010-04-12 06:12:50 +00:00
temp The C++98/03 standard is disturbingly silent about out-of-scope 2010-05-11 17:39:34 +00:00