summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/delete.cpp
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2013-07-21 23:12:18 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2013-07-21 23:12:18 +0000
commit8d0dc31dcada7f8002022b02a1cee471494e530b (patch)
tree03cb4aaeb4dc0f66bb8fde6afa282a87c40d41fd /clang/test/CodeGenCXX/delete.cpp
parent70523c79260864b64c95bb2b31746eacbf2e06bd (diff)
downloadbcm5719-llvm-8d0dc31dcada7f8002022b02a1cee471494e530b.tar.gz
bcm5719-llvm-8d0dc31dcada7f8002022b02a1cee471494e530b.zip
Tighten up the set of operator new/operator delete calls we're permitted to
optimize, to follow the permissions granted in N3664. Under those rules, only calls generated by new-expressions and delete-expressions are permitted to be optimized, and direct calls to ::operator new and ::operator delete must be treated as normal calls. llvm-svn: 186799
Diffstat (limited to 'clang/test/CodeGenCXX/delete.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud