gcc/libstdc++-v3/testsuite/util
Jonathan Wakely 15411a6453 libstdc++: "safe" in several library names is misleading (LWG 3379)
* include/bits/range_access.h (enable_safe_range): Rename to
	enable_borrowed_range.
	(__detail::__maybe_safe_range): Rename to __maybe_borrowed_range.
	(safe_range): Rename to borrowed_range.
	* include/bits/ranges_algo.h: Adjust to use new names.
	* include/bits/ranges_algobase.h: Likewise.
	* include/bits/ranges_uninitialized.h: Likewise.
	* include/std/ranges: Likewise.
	(safe_iterator_t): Rename to borrowed_iterator_t.
	(safe_subrange_t): Rename to borrowed_subrange_t.
	* include/std/span: Adjust to use new names.
	* include/std/string_view: Likewise.
	* include/experimental/string_view: Likewise.
	* testsuite/std/ranges/access/begin.cc: Likewise.
	* testsuite/std/ranges/access/cbegin.cc: Likewise.
	* testsuite/std/ranges/access/cdata.cc: Likewise.
	* testsuite/std/ranges/access/cend.cc: Likewise.
	* testsuite/std/ranges/access/crbegin.cc: Likewise.
	* testsuite/std/ranges/access/crend.cc: Likewise.
	* testsuite/std/ranges/access/data.cc: Likewise.
	* testsuite/std/ranges/access/end.cc: Likewise.
	* testsuite/std/ranges/access/rbegin.cc: Likewise.
	* testsuite/std/ranges/access/rend.cc: Likewise.
	* testsuite/std/ranges/safe_range.cc: Likewise.
	* testsuite/std/ranges/safe_range_types.cc: Likewise.
	* testsuite/util/testsuite_iterators.h: Likewise.
2020-02-19 12:46:57 +00:00
..
common_type Update copyright years. 2020-01-01 12:51:42 +01:00
debug Update copyright years. 2020-01-01 12:51:42 +01:00
exception Update copyright years. 2020-01-01 12:51:42 +01:00
hash_fn Update copyright years. 2020-01-01 12:51:42 +01:00
io Update copyright years. 2020-01-01 12:51:42 +01:00
native_type Update copyright years. 2020-01-01 12:51:42 +01:00
performance Update copyright years. 2020-01-01 12:51:42 +01:00
pstl Synchronize libstdc++ PSTL with upstream LLVM PSTL 2019-06-07 22:01:16 +00:00
regression Update copyright years. 2020-01-01 12:51:42 +01:00
statistic Update copyright years. 2020-01-01 12:51:42 +01:00
thread Update copyright years. 2020-01-01 12:51:42 +01:00
replacement_memory_operators.h Update copyright years. 2020-01-01 12:51:42 +01:00
slow_clock.h Update copyright years. 2020-01-01 12:51:42 +01:00
specfun_testcase.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_abi_check.cc Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_abi.cc Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_abi.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_allocator.cc Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_allocator.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_api.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_character.cc Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_character.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_common_types.h libstdc++: Value-initialize std::atomic for C++20 (P0883R2) 2020-01-13 13:22:28 +00:00
testsuite_container_traits.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_containergen.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_containers.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_counter_type.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_error.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_fs.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_greedy_ops.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_hooks.cc Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_hooks.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_io.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_iterators.h libstdc++: "safe" in several library names is misleading (LWG 3379) 2020-02-19 12:46:57 +00:00
testsuite_new_operators.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_performance.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_random.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_regex.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_rng.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_rvalref.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_shared.cc Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_tr1.h Update copyright years. 2020-01-01 12:51:42 +01:00