Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct test my *really really* overaligning a type. | Eric Fiselier | 2019-02-03 | 1 | -2/+2 |
| | | | | llvm-svn: 352983 | ||||
* | Fix handling of usual deallocation functions in various configuratios. | Eric Fiselier | 2019-02-03 | 1 | -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 |