]> granicus.if.org Git - clang/commit
Add __builtin_operator_new and __builtin_operator_delete, which act like calls
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 3 Jun 2014 23:27:44 +0000 (23:27 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 3 Jun 2014 23:27:44 +0000 (23:27 +0000)
commitfb9e1524b7c546b1e88647eef43f5fbc7906ab79
treedba0f63efed86fa7ecfa8baf3292591961d9fdda
parent3ad8b5d41bc7c39f1b8fd8bebda5911027644be4
Add __builtin_operator_new and __builtin_operator_delete, which act like calls
to the normal non-placement ::operator new and ::operator delete, but allow
optimizations like new-expressions and delete-expressions do.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210137 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LanguageExtensions.rst
include/clang/Basic/Builtins.def
include/clang/Basic/DiagnosticSemaKinds.td
lib/CodeGen/CGBuiltin.cpp
lib/CodeGen/CGExprCXX.cpp
lib/CodeGen/CodeGenFunction.h
lib/Sema/SemaChecking.cpp
test/CodeGenCXX/new.cpp
test/Sema/builtins.c