llvm-project/libcxx
Konstantin Boyarinov 82ff94a59c [libcxx][test][NFC] Extend testing for vector.cons
Extending std::vector tests in vector.cons module:

- std::vector::assign when source range is bigger than destination
  capacity
- construction of empty vector using copy ctor, initializer_list ctor and
  others

Reviewed By: ldionne, rarutyun, #libc

Differential Revision: https://reviews.llvm.org/D114954
2021-12-10 15:05:22 +03:00
..
benchmarks Re-Reland "[benchmarks] Move libcxx's fork of google/benchmark and llvm/utils'" 2021-12-07 17:10:41 -08:00
cmake Reapply #2 of [runtimes] Fix building initial libunwind+libcxxabi+libcxx with compiler implied -lunwind 2021-12-09 21:38:14 +02:00
docs [libc++][release] Do not force building the runtimes with -fPIC 2021-12-08 11:34:35 -05:00
include [libc++] `= delete` member functions with // = delete; 2021-12-08 19:29:44 +01:00
lib Revert "Microsoft's floating-point to_chars powered by Ryu and Ryu Printf" 2021-12-07 00:10:14 -08:00
src [libc++][release] Do not force building the runtimes with -fPIC 2021-12-08 11:34:35 -05:00
test [libcxx][test][NFC] Extend testing for vector.cons 2021-12-10 15:05:22 +03:00
utils Revert "[libc++][ci] Disable generating debug information." 2021-12-08 17:58:51 +01:00
.clang-format [libc++] Update clang-format to C++20. 2021-10-30 12:50:57 +02:00
.clang-tidy [libc++][NFC] Disable clang-tidy checks 2021-12-06 01:51:23 +01:00
.gitignore [libcxx] Fix .gitignore to not exclude test directories 2020-03-25 17:52:23 -07:00
CMakeLists.txt Reapply #2 of [runtimes] Fix building initial libunwind+libcxxabi+libcxx with compiler implied -lunwind 2021-12-09 21:38:14 +02:00
CREDITS.TXT Revert "Microsoft's floating-point to_chars powered by Ryu and Ryu Printf" 2021-12-07 00:10:14 -08:00
LICENSE.TXT
TODO.TXT [libc++] Disallow volatile types in std::allocator 2021-09-22 11:47:38 -04:00
appveyor-reqs-install.cmd
appveyor.yml