]> granicus.if.org Git - clang/commit
Fix crash & accepts-invalid for array of arrays of user defined type.
authorDavid Blaikie <dblaikie@gmail.com>
Sat, 10 Mar 2012 23:40:02 +0000 (23:40 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sat, 10 Mar 2012 23:40:02 +0000 (23:40 +0000)
commit426d6ca163e20187761aa55a67797dac51508d0d
tree19b73509b32d245ee47456428a3bcce668900051
parentdc72dc806cfa48ae7dbe32eb811a8151feec982d
Fix crash & accepts-invalid for array of arrays of user defined type.

Test case/other help by Richard Smith.
Code review by John McCall.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152519 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprCXX.cpp
test/CXX/expr/expr.unary/expr.new/p17-crash.cpp [new file with mode: 0644]
test/CXX/expr/expr.unary/expr.new/p17.cpp [new file with mode: 0644]