Commit History

Author SHA1 Message Date
  Chandler Carruth 7c3769df62 Update more file headers across all of the LLVM projects in the monorepo 6 years ago
  Marshall Clow ff5f9b28ba Add some const_casts in places where we were implicitly casting away constness. No functional change, but now they're explicit 8 years ago
  Eric Fiselier 869c5adc90 Cleanup _LIBCPP_HAS_NO_<c++11-feature> in support headers and final tests 8 years ago
  Eric Fiselier bda804ea25 Remove names of unreferenced parameters. Patch from STL@microsoft.com 9 years ago
  Marshall Clow 5142fe4401 Our test allocators support move/copy construction; they should support move/copy assignment as well 10 years ago
  Marshall Clow 7b193f7797 More of N4258 implementation. Mark all of our test_allocators as noexcept constructible. Make the constructors for basic_string noexcept all the time (under C++14). Update tests to reflect the new world order. More to come. 10 years ago
  Marshall Clow 98760c18f8 Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch. 11 years ago
  Marshall Clow ebedffde9a Found two identical files named 'allocators.h' in the libcxx test suite. Moved one to /support, removed the other, and iupdated all the includes. No functionality change 11 years ago