提交历史

作者 SHA1 备注 提交日期
  Nico Weber 28db4445e2 libcxx: Rename .hpp files in libcxx/test/support to .h 6 年之前
  JF Bastien e15dd4e32e Support tests in freestanding 6 年之前
  Chandler Carruth 7c3769df62 Update more file headers across all of the LLVM projects in the monorepo 6 年之前
  Marshall Clow 82091c2583 Some of the tests from earlier today had 'int' as the return type when it should have been 'bool'. Fix that. It doesn't change the behavior of any of the tests, but it's more accurate. 7 年之前
  Marshall Clow 8d0d82585a First part of P0202: Adding constexpr modifiers to functions in <algorithm> and <utility>. This commit is all the is_XXX algorithms. 7 年之前
  Eric Fiselier a2cd270943 Enable the -Wsign-compare warning to better support MSVC 8 年之前
  Marshall Clow 698cce6e0e Add missing include in test; NFC. Thanks to Jonathan Wakely for the report. 8 年之前
  Marshall Clow a0ec4b7c85 Fix PR#22433. The algorithm is_partitioned was testing an item in the middle of the sequence twice. 10 年之前
  Eric Fiselier a90c6dd460 Move test into test/std subdirectory. 10 年之前