summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2019-02-03 03:44:31 +0000
committerEric Fiselier <eric@efcs.ca>2019-02-03 03:44:31 +0000
commit24a2a48bc2e042ca9684d5dfb71e4a28a12a32b0 (patch)
tree1f4713b29b4345ae3241dff62f33dd8a4b2a377a /clang/test/CodeGen
parent888aa5dedd84c244c67c167e1ef0613bff879123 (diff)
downloadbcm5719-llvm-24a2a48bc2e042ca9684d5dfb71e4a28a12a32b0.tar.gz
bcm5719-llvm-24a2a48bc2e042ca9684d5dfb71e4a28a12a32b0.zip
Fix handling of usual deallocation functions in various configuratios.
Clang allows users to enable or disable various types of allocation and deallocation regardless of the C++ dialect. When extended new/delete overloads are enabled in older dialects, we need to treat them as if they're usual. Also, disabling one usual deallocation form shouldn't disable any others. For example, disabling aligned allocation in C++2a should have no effect on destroying delete. llvm-svn: 352980
Diffstat (limited to 'clang/test/CodeGen')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud