llvm-project/libcxx/include/experimental
Arthur O'Dwyer d430330788 [libc++] Update and normalize the "all the headers" tests.
Some C++20 headers weren't added properly to all three of these
test files. Add them, and take the time to normalize the formatting
so that

    diff <(grep '#include' foo.cpp) <(grep '#include' bar.cpp)

shows no diffs (except that `no_assert_include` deliberately
excludes `<cassert>`).

- Add macro guards to <{barrier,latch,semaphore}>.
- Add macro guards to <experimental/simd>.
- Remove an include of <cassert> from <semaphore>.
- Instead, include <cassert> in the semaphore tests.

Differential Revision: https://reviews.llvm.org/D92525
2020-12-03 15:01:38 -05:00
..
__config [libcxx] Slightly improved policy for handling experimental features 2019-06-11 14:48:40 +00:00
__memory Revert "[coroutines] Add std::experimental::task<T> type" 2019-03-26 19:50:46 +00:00
algorithm Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
coroutine [libcxx] Do not implicitly #include assert.h 2019-09-26 11:12:29 +00:00
deque Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
filesystem Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
forward_list Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
functional [NFC] Strip trailing whitespace from libc++ 2019-10-23 11:19:19 -07:00
iterator [NFC] Strip trailing whitespace from libc++ 2019-10-23 11:19:19 -07:00
list Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
map Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
memory_resource [libcxx] Resolve LWG 2724 protected -> private. 2020-11-23 14:27:22 -08:00
propagate_const [libc++][NFC] Remove excess trailing newlines from most files 2019-10-23 08:08:57 -07:00
regex Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
set Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
simd [libc++] Update and normalize the "all the headers" tests. 2020-12-03 15:01:38 -05:00
string Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
type_traits [NFC] Strip trailing whitespace from libc++ 2019-10-23 11:19:19 -07:00
unordered_map Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
unordered_set Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
utility Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
vector Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00