]> granicus.if.org Git - clang/commit
Merging r196488:
authorBill Wendling <isanbard@gmail.com>
Sat, 7 Dec 2013 23:53:50 +0000 (23:53 +0000)
committerBill Wendling <isanbard@gmail.com>
Sat, 7 Dec 2013 23:53:50 +0000 (23:53 +0000)
commitc12b43ab249ade0bab324560bc2f70cefc6f3ec1
tree5654b93a347eb4613c6fcf1a696842c1e9617d65
parent8e3eec5fed242ef730b4ea023051650420e9c443
Merging r196488:
------------------------------------------------------------------------
r196488 | rsmith | 2013-12-05 00:30:59 -0800 (Thu, 05 Dec 2013) | 4 lines

PR17983: Fix crasher bug in C++1y mode when performing a non-global array
delete on a class which has no array cookie and has no class-specific operator
new.

------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_34@196670 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaExprCXX.cpp
test/CodeGenCXX/cxx1y-sized-deallocation.cpp