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)
commita65298af650dd10cc8fa439e46d1a1ec4d1e5555
treef85a90bb1c937285fa2ae64215abe3264f723d11
parent01c97c08608f9e676f73439145b2e8a9552f0369
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.

llvm-svn: 230160
clang/lib/Sema/SemaExprCXX.cpp
clang/test/CodeGenCXX/cxx1y-sized-deallocation.cpp
clang/test/CodeGenCXX/implicit-allocation-functions.cpp
clang/test/SemaCXX/cxx1y-sized-deallocation.cpp