llvm-project/clang/test/CXX
Richard Smith aed32b4d8c Simplify RecordDeclCXX::setBases slightly. No functional change.
Add test that a variadic base list which expands to 0 bases doesn't make the
class a non-aggregate. This test passed before the change, too.

llvm-svn: 142411
2011-10-18 20:08:55 +00:00
..
basic Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
class In C++11, a class's members are allowed to be nominated as friends. 2011-10-18 18:33:57 +00:00
class.access Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
class.derived Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
conv Drop an unjustified limitation from Type::isObjectType(). Fixes PR7801 and doesn't seem to break anything. 2010-08-05 01:21:19 +00:00
dcl.dcl Switch to the C++11 warning flags in tests. 2011-10-18 05:54:07 +00:00
dcl.decl Simplify RecordDeclCXX::setBases slightly. No functional change. 2011-10-18 20:08:55 +00:00
except Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
expr Don't try to diagnose anything when we're passing incomplete types 2011-10-14 20:34:19 +00:00
lex Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
over Teach the ARC compiler to not require __bridge casts when 2011-10-17 18:40:02 +00:00
special Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
stmt.stmt Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
temp [temp.explicit]p1: constexpr cannot be specified in explicit instantiations. 2011-10-14 19:58:02 +00:00