]> granicus.if.org Git - clang/commit
Relax the requirement on sized deallocation a bit: Default on unsized delete if sized...
authorLarisse Voufo <lvoufo@google.com>
Sun, 22 Feb 2015 06:36:53 +0000 (06:36 +0000)
committerLarisse Voufo <lvoufo@google.com>
Sun, 22 Feb 2015 06:36:53 +0000 (06:36 +0000)
commit3457cd5516ac741fa106623d9578f5ac88593f4d
treeecc7d0b2cb29c928d190c96c71debe0b3c5e082a
parentf6bf6ce6cf8caca294134d6a7b4014b708ac149c
Relax the requirement on sized deallocation a bit: Default on unsized delete if sized delete is not provided in global scope, and -fdefine-sized-deallocation option is disabled.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@230160 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprCXX.cpp
test/CodeGenCXX/cxx1y-sized-deallocation.cpp
test/CodeGenCXX/implicit-allocation-functions.cpp
test/SemaCXX/cxx1y-sized-deallocation.cpp