commit | 784fc22c7797af091ee4963ecaa5422ddc1f3acc | [log] [tgz] |
---|---|---|
author | Sven van Haastregt <sven.vanhaastregt@arm.com> | Tue Sep 04 12:46:21 2018 +0000 |
committer | Sven van Haastregt <sven.vanhaastregt@arm.com> | Tue Sep 04 12:46:21 2018 +0000 |
tree | 938a08808d3fac67589c777e340e724b20e87c52 | |
parent | d2b1fb11d3f3e5d88bc57c8e0154d367e0e48164 [diff] |
Fix some Wundef warnings in Compiler.h Check for definedness of the __cpp_sized_deallocation and __cpp_aligned_new feature test macros. These will not be defined when the feature is not available, and that prevents any code that includes this header from compiling with -Wundef -Werror. Differential Revision: https://reviews.llvm.org/D51171 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@341364 91177308-0d34-0410-b5e6-96231b3b80d8