summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/extended-usual-deallocation-functions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Correct test my *really really* overaligning a type.Eric Fiselier2019-02-031-2/+2
| | | | llvm-svn: 352983
* Fix handling of usual deallocation functions in various configuratios.Eric Fiselier2019-02-031-0/+69
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
OpenPOWER on IntegriCloud