[PATCH] D43047: [Builtins] Overload __builtin_operator_new/delete to accept an optional alignment parameter.
Eric Fiselier via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 7 20:30:45 PST 2018
EricWF updated this revision to Diff 133365.
EricWF added a comment.
@rsmith Is this the direction you were thinking?
I haven't updated the tests yet, but I wanted to make the other changes visible earlier.
https://reviews.llvm.org/D43047
Files:
include/clang/Basic/Builtins.def
include/clang/Sema/Sema.h
lib/CodeGen/CGBuiltin.cpp
lib/CodeGen/CGExprCXX.cpp
lib/CodeGen/CodeGenFunction.h
lib/Lex/PPMacroExpansion.cpp
lib/Sema/SemaChecking.cpp
lib/Sema/SemaExprCXX.cpp
test/CodeGenCXX/new.cpp
test/Preprocessor/builtin_operator_new_delete.cpp
test/SemaCXX/builtin-operator-new-delete-alignment-disabled.cpp
test/SemaCXX/builtin-operator-new-delete.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43047.133365.patch
Type: text/x-patch
Size: 18005 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180208/006c5bd9/attachment-0001.bin>
More information about the cfe-commits
mailing list