llvm-project/libcxx/test/std
Marshall Clow 25a7ba4524 More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in string, string_view, and the free function std::empty(). Removed tabs from <string_view>, which is why the diff is so big.
llvm-svn: 318328
2017-11-15 20:02:27 +00:00
..
algorithms Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm.org/D39080 2017-11-15 07:45:07 +00:00
atomics [libcxx] [test] Untabify, NFC. 2017-07-29 00:55:10 +00:00
containers Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm.org/D39080 2017-11-15 07:45:07 +00:00
depr Change a bunch of comments from C++1z to C++17. NFC 2017-11-02 15:03:25 +00:00
diagnostics Add include of <string> to <system_error>, since things in there return strings. Fixes PR#34529. 2017-09-11 16:05:42 +00:00
experimental Implement LWG 3013 - some filesystem members should not be noexcept. 2017-10-30 18:59:59 +00:00
input.output Mark test as a long-test 2017-10-12 08:46:05 +00:00
iterators More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in string, string_view, and the free function std::empty(). Removed tabs from <string_view>, which is why the diff is so big. 2017-11-15 20:02:27 +00:00
language.support [test] Alignment must be > __STDCPP_DEFAULT_NEW_ALIGNMENT__ to call aligned new 2017-11-15 19:14:45 +00:00
localization [libcxx] [test] Rename _Tp to T. NFCI. 2017-08-11 20:53:53 +00:00
numerics Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm.org/D39080 2017-11-15 07:45:07 +00:00
re Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm.org/D39080 2017-11-15 07:45:07 +00:00
strings More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in string, string_view, and the free function std::empty(). Removed tabs from <string_view>, which is why the diff is so big. 2017-11-15 20:02:27 +00:00
thread Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm.org/D39080 2017-11-15 07:45:07 +00:00
utilities Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm.org/D39080 2017-11-15 07:45:07 +00:00
nothing_to_do.pass.cpp