Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-06Merging r324153:Hans Wennborg
2018-01-17Merging r321963:Hans Wennborg
2018-01-03Implement p0258r2: has_unique_object_representationsMarshall Clow
2017-12-13[libcxx] [test] Fix line endings, avoid unnecessary non-ASCII.Stephan T. Lavavej
2017-12-13[libcxx] [test] Fix MSVC warnings, null pointer deref.Stephan T. Lavavej
2017-12-12[libcxx] P0604, invoke_result and is_invocableZhihao Yuan
2017-12-07[libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej
2017-12-05Land D28253 which fixes PR28929 (which we mistakenly marked as fixed before)Marshall Clow
2017-11-28Fix problems with r'890 when building on machines where sizeof(size_t) != siz...Marshall Clow
2017-11-27Fix PR#35438 - bitset constructor does not zero unused bitsMarshall Clow
2017-11-27Fix failure on C++03 botsMarshall Clow
2017-11-27Implement LWG#2948: unique_ptr does not define operator<< for stream outputMarshall Clow
2017-11-26More of P0600; marking allocation routines as [[nodiscard]]Marshall Clow
2017-11-22[libcxx] Implement std::to_address for C++20Eric Fiselier
2017-11-22Add another test_macros.h include I missed to tuple.by.type.pass.cppBilly Robert O'Neal III
2017-11-22Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III
2017-11-15Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...Billy Robert O'Neal III
2017-11-15Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...Billy Robert O'Neal III
2017-11-13Implement P0550R2: Transformation Trait remove_cvrefMarshall Clow
2017-10-31Add a fail test for aligned_union of an incomplete type. See LWG#2979. NFCMarshall Clow
2017-10-14Placate unused variable warnings uncovered by improvements to clang's -Wunuse...Benjamin Kramer
2017-10-10Remove unneeded typename from testRoger Ferrer Ibanez
2017-10-05Fix accidental assignment inside test assertsEric Fiselier
2017-10-04Add C++17 explicit deduction guides to std::pair.Eric Fiselier
2017-09-18Fix two failing -verify tests to tolerate old and new clang versionsEric Fiselier
2017-09-17Fix failing -verify tests due to change in Clangs static_assert message.Eric Fiselier
2017-09-15Fix accidental ADL in std::allocator_traits meta-programming.Eric Fiselier
2017-09-11Fix PR34298 - Allow std::function with an incomplete return type.Eric Fiselier
2017-09-11Revert "Fix PR34298 - Allow std::function with an incomplete return type."Eric Fiselier
2017-09-11Fix PR34298 - Allow std::function with an incomplete return type.Eric Fiselier
2017-08-31[test] Cleanup nullopt_t testsCasey Carter
2017-08-25[libcxx] [test] Update for C++17 feature removals.Stephan T. Lavavej
2017-08-11[libcxx] [test] Rename _Up to U, etc. NFCI.Stephan T. Lavavej
2017-08-11[libcxx] [test] Rename _Tp to T. NFCI.Stephan T. Lavavej
2017-08-05[libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.Stephan T. Lavavej
2017-07-31Mark LWG 2942 as completeEric Fiselier
2017-07-29[libcxx] [test] Change comments to say C++ instead of c++. NFC.Stephan T. Lavavej
2017-07-29[libcxx] [test] In func.wrap.func.con/alloc_F.pass.cpp, fix REQUIRES whitespa...Stephan T. Lavavej
2017-07-29[libcxx] [test] Make files consistently end with newlines, NFC.Stephan T. Lavavej
2017-07-29[libcxx] [test] Untabify, NFC.Stephan T. Lavavej
2017-07-28[libcxx] [test] Remove an unused local typedef in enable_shared_from_this.pas...Stephan T. Lavavej
2017-07-27Disable the deduction guide test I added in 309296 for the moment, while I fi...Marshall Clow
2017-07-27Implement P0739R0: 'Some improvements to class template argument deduction in...Marshall Clow
2017-07-10Fix test failure to to new/delete ellisionsEric Fiselier
2017-07-09optional: Implement LWG 2900 and P0602Casey Carter
2017-06-28Added failing tests for index out of range for tuple_element<pair<T1,T2>> and...Marshall Clow
2017-06-21[libcxx] [test] Fix -Wmismatched-tags in tuple_size_structured_bindings.pass....Stephan T. Lavavej
2017-06-21[libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej
2017-06-20[libcxx] [test] Add more tests to tuple_size_structured_bindings.pass.cpp and...Stephan T. Lavavej
2017-06-19Add a missing SFINAE condition to the `variant`'s converting constructor.Michael Park