Merging r201843

------------------------------------------------------------------------
r201843 | chandlerc | 2014-02-21 00:37:30 -0800 (Fri, 21 Feb 2014) | 4 lines

Teach libc++ to use the compiler-provided C-compatible ::max_align_t
rather than its own type for std::max_align_t. This is particularly
relevant as the types may not be ABI compatible despite users expecting
them to be.
------------------------------------------------------------------------

llvm-svn: 209032
1 file changed
tree: 8b052c6651d6ac5b6df85ad98e3efcbae82b47d7
  1. clang/
  2. clang-tools-extra/
  3. compiler-rt/
  4. libcxx/
  5. lld/
  6. lldb/
  7. llvm/
  8. polly/