llvm-project/clang/test/CXX/expr
David Blaikie 631a486e6a Fix crash & accepts-invalid for array of arrays of user defined type.
Test case/other help by Richard Smith.
Code review by John McCall.

llvm-svn: 152519
2012-03-10 23:40:02 +00:00
..
expr.ass Reject 'a = {0} = {0}' rather than parsing it as '(a = {0}) = {0}'. Also 2012-03-01 02:59:17 +00:00
expr.cast Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
expr.const Ensure that we instantiate static reference data members of class templates 2012-03-02 04:14:40 +00:00
expr.mptr.oper Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
expr.post Support decltype as a simple-type-specifier. 2012-01-24 05:47:35 +00:00
expr.prim Make the odr-use logic work correctly for constant-expressions. PR12006. 2012-02-29 03:16:56 +00:00
expr.unary Fix crash & accepts-invalid for array of arrays of user defined type. 2012-03-10 23:40:02 +00:00
p3.cpp Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
p8.cpp Migrate the mish-mash of declaration checks in 2010-02-09 07:26:29 +00:00
p9.cpp Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00