llvm-project/clang/test/CXX/expr/expr.unary
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.delete Implement access checking for the "delete" operator. Fixes PR9050, 2011-02-01 15:50:11 +00:00
expr.new Fix crash & accepts-invalid for array of arrays of user defined type. 2012-03-10 23:40:02 +00:00
expr.sizeof Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
expr.unary.noexcept Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
expr.unary.op Don't consider an overloaded operator& when the expression is actually 2011-12-14 21:23:13 +00:00