History log of /external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t_nothrow_replace.pass.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e5bca2ba666cc85b26ec69a93558f583ced4c2ed 11-Dec-2016 Eric Fiselier <eric@efcs.ca> Fix more uses of dynamic exception specifications in C++17

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@289356 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t_nothrow_replace.pass.cpp
f172df1f438f1dd40d751c5a4462ce5543969b6f 14-Oct-2016 Eric Fiselier <eric@efcs.ca> XFAIL aligned allocation tests for older Clang versions

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@284214 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t_nothrow_replace.pass.cpp
34c6b805cf0358809ea95c0d4303537be3225db7 14-Oct-2016 Eric Fiselier <eric@efcs.ca> XFAIL aligned allocation test failures with UBSAN

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@284210 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t_nothrow_replace.pass.cpp
9acbffa370bd03e4e0ed742110e4c780b99c28ac 14-Oct-2016 Eric Fiselier <eric@efcs.ca> Implement P0035R4 -- Add C++17 aligned allocation functions

Summary:
This patch implements the library side of P0035R4. The implementation is thanks to @rsmith.

In addition to the C++17 implementation, the library implementation can be explicitly turned on using `-faligned-allocation` in all dialects.


Reviewers: mclow.lists, rsmith

Subscribers: rsmith, cfe-commits

Differential Revision: https://reviews.llvm.org/D25591

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@284206 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t_nothrow_replace.pass.cpp