]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Vendor import of libc++ trunk r305575:
authorDimitry Andric <dim@FreeBSD.org>
Fri, 16 Jun 2017 21:04:04 +0000 (21:04 +0000)
committerDimitry Andric <dim@FreeBSD.org>
Fri, 16 Jun 2017 21:04:04 +0000 (21:04 +0000)
commit8462a49537476f8c62bcabfe490226af0d7c1cae
treeadbbe01182274045b7a8a9085c8f160360b9bea9
parent74c4bc8d0eddcb4786594f1c6b598094fac43859
Vendor import of libc++ trunk r305575:
https://llvm.org/svn/llvm-project/libcxx/trunk@305575
50 files changed:
benchmarks/stringstream.bench.cpp [new file with mode: 0644]
include/__bsd_locale_fallbacks.h
include/__config
include/__functional_03
include/__functional_base
include/array
include/experimental/coroutine
include/fstream
include/functional
include/locale
include/memory
include/numeric
include/support/newlib/xlocale.h
include/utility
include/variant
lib/CMakeLists.txt
src/experimental/filesystem/operations.cpp
src/locale.cpp
src/vector.cpp [new file with mode: 0644]
test/libcxx/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.cxx1z.pass.cpp
test/libcxx/depr/depr.function.objects/depr.adaptors.cxx1z.pass.cpp
test/libcxx/include_as_c.sh.cpp [new file with mode: 0644]
test/libcxx/utilities/utility/__is_inplace_index.pass.cpp [new file with mode: 0644]
test/libcxx/utilities/utility/__is_inplace_type.pass.cpp [new file with mode: 0644]
test/libcxx/utilities/utility/pairs/pairs.pair/pair.tuple_element.fail.cpp [new file with mode: 0644]
test/libcxx/utilities/variant/variant.variant/variant.helper/variant_alternative.fail.cpp [new file with mode: 0644]
test/std/containers/associative/map/map.ops/count0.pass.cpp
test/std/containers/associative/map/map.ops/equal_range0.pass.cpp
test/std/containers/associative/map/map.ops/find0.pass.cpp
test/std/containers/associative/map/map.ops/lower_bound0.pass.cpp
test/std/containers/associative/map/map.ops/upper_bound0.pass.cpp
test/std/containers/associative/multimap/multimap.ops/count0.pass.cpp
test/std/containers/associative/multimap/multimap.ops/equal_range0.pass.cpp
test/std/containers/associative/multimap/multimap.ops/find0.pass.cpp
test/std/containers/associative/multimap/multimap.ops/lower_bound0.pass.cpp
test/std/containers/associative/multimap/multimap.ops/upper_bound0.pass.cpp
test/std/containers/sequences/array/array.tuple/tuple_element.fail.cpp [new file with mode: 0644]
test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.prom/promise.pass.cpp
test/std/numerics/numeric.ops/exclusive.scan/exclusive_scan.pass.cpp [moved from test/std/numerics/numeric.ops/exclusive.scan/exclusive_scan_iter_iter_iter.pass.cpp with 100% similarity]
test/std/numerics/numeric.ops/exclusive.scan/exclusive_scan_init_op.pass.cpp [moved from test/std/numerics/numeric.ops/exclusive.scan/exclusive_scan_iter_iter_iter_init_op.pass.cpp with 100% similarity]
test/std/numerics/numeric.ops/reduce/reduce.pass.cpp [new file with mode: 0644]
test/std/numerics/numeric.ops/reduce/reduce_init.pass.cpp [new file with mode: 0644]
test/std/numerics/numeric.ops/reduce/reduce_init_op.pass.cpp [new file with mode: 0644]
test/std/numerics/numeric.ops/transform.exclusive.scan/transform_exclusive_scan_init_bop_uop.pass.cpp [moved from test/std/numerics/numeric.ops/transform.exclusive.scan/transform_exclusive_scan_iter_iter_iter_init_bop_uop.pass.cpp with 96% similarity]
test/std/numerics/numeric.ops/transform.reduce/transform_reduce_iter_iter_init_bop_uop.pass.cpp [new file with mode: 0644]
test/std/numerics/numeric.ops/transform.reduce/transform_reduce_iter_iter_iter_init.pass.cpp [new file with mode: 0644]
test/std/numerics/numeric.ops/transform.reduce/transform_reduce_iter_iter_iter_init_op_op.pass.cpp [new file with mode: 0644]
test/support/allocators.h
test/support/is_transparent.h
utils/libcxx/test/config.py