]> granicus.if.org Git - clang/commit
Implement C++1y sized deallocation (n3778). This is not enabled by -std=c++1y;
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 29 Sep 2013 04:40:38 +0000 (04:40 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 29 Sep 2013 04:40:38 +0000 (04:40 +0000)
commit4cb295d3b32cb04215f87948fbf944ee4c31de1b
treefcb9ea323537749372b7c94ec7ec3b96fd302c0b
parent00549b4bc148f02ea41cdc4987f55833019db6af
Implement C++1y sized deallocation (n3778). This is not enabled by -std=c++1y;
instead, it's enabled by the -cc1 flag -fsized-deallocation, until we sort out
the backward-compatibility issues.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191629 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
include/clang/Basic/LangOptions.def
include/clang/Driver/CC1Options.td
include/clang/Sema/Sema.h
lib/AST/Decl.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Sema/SemaExprCXX.cpp
test/CodeGenCXX/cxx1y-sized-deallocation.cpp [new file with mode: 0644]
test/SemaCXX/cxx1y-sized-deallocation.cpp [new file with mode: 0644]
www/cxx_status.html