summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/cpp/cpp.predefined
Commit message (Collapse)AuthorAgeFilesLines
* P0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT__ macro. By default, weRichard Smith2016-09-301-0/+9
assume that ::operator new provides no more alignment than is necessary for any primitive type, except when we're on a GNU OS, where glibc's malloc guarantees to provide 64-bit alignment on 32-bit systems and 128-bit alignment on 64-bit systems. This can be controlled by the command-line -fnew-alignment flag. llvm-svn: 282974
OpenPOWER on IntegriCloud