summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Implement LWG2400 - 'shared_ptr's get_deleter() should use addressof()', and ...Marshall Clow2014-11-173-3/+11
* Reworked mismatch tests to count the number of comparisons, and make sure we ...Marshall Clow2014-11-172-58/+47
* Fix a warning in the test; no functionality changeMarshall Clow2014-11-171-1/+1
* Implement void_t from N3911. Add a private version for use in the library bef...Marshall Clow2014-11-173-11/+91
* Add tests to ensure that reference_wrapper<T> is trivially copyable. This was...Marshall Clow2014-11-171-5/+36
* Fix build regression caused by not defining ABI library macrosEric Fiselier2014-11-152-10/+10
* [libcxx] Refactor CMakeLists.txt handling of compile and link flags to suppre...Eric Fiselier2014-11-152-48/+52
* Split thread test into two parts. Mark one as XFAIL with ASAN.Eric Fiselier2014-11-152-22/+75
* Initialize pointer in string conversion helpers to prevent MSAN diagnostic.Eric Fiselier2014-11-141-2/+2
* add debug info when compiling sanitizer testsEric Fiselier2014-11-141-1/+1
* Add -gline-tables-only when compiling w/ sanitizers in RELEASEEric Fiselier2014-11-142-3/+9
* [libcxx] Fix memory leak in strstream tests.Eric Fiselier2014-11-148-0/+8
* [libcxx] Fix vector annotator size increase in `vector::insert(pos, count, va...Eric Fiselier2014-11-141-1/+1
* Split string capacity test into two parts and mark one part as UNSUPPORTED wh...Eric Fiselier2014-11-142-12/+54
* Mark more tests as UNSUPPORTED with ASAN and MSAN.Eric Fiselier2014-11-144-2/+12
* Setup llvm-symbolizer when running the tests with sanitizersEric Fiselier2014-11-141-0/+14
* Add -O3 when testing with UBSAN. This triggers far undefined behaviourEric Fiselier2014-11-141-1/+1
* Mark more locale tests as unsupported with ASAN and MSANEric Fiselier2014-11-138-0/+8
* Replaced checking in string_view::remove_suffix/remove_prefix by _LIBCPP_ASSE...Marshall Clow2014-11-113-14/+6
* Fix typo in allocator_traits::construct. This fixes PR14175, which shows up i...Marshall Clow2014-11-111-1/+1
* Fixed a typo in a paper name: 4190 --> N4190Marshall Clow2014-11-111-1/+1
* Added vector<T>::insert tests suggested by code coverage resultsMarshall Clow2014-11-115-0/+130
* EricQWF's code coverage work showed that none of the libc++ tests were exerci...Marshall Clow2014-11-114-7/+81
* Update status pages for C++1zMarshall Clow2014-11-103-5/+127
* Fix rvalue bug in __has_operator_addressofEric Fiselier2014-11-052-11/+24
* Fix operator & detection trait to check for free function overloads as wellEric Fiselier2014-11-052-2/+20
* Mark another test as UNSUPPORTED with ASAN and MSANEric Fiselier2014-11-041-0/+2
* Actually mark the tests an unsupported with MSAN (not just ASAN)Eric Fiselier2014-11-0430-30/+30
* Mark tests that replace operator new/delete as UNSUPPORTED with ASAN and MSAN.Eric Fiselier2014-11-0432-6/+68
* Add test for type properties of std::reference_wrapperEric Fiselier2014-11-041-0/+27
* Mark string_view::to_string as const. Fixes PR21428Marshall Clow2014-11-022-5/+6
* Partial fix for building w/ libcxxrt on OSX. Patch from C Bergstrom.Eric Fiselier2014-11-012-2/+2
* libcxxrt defines bad_array_new_length::what() so move that into a conditional...Eric Fiselier2014-11-011-6/+6
* libcxxrt now implements bad_array_new_length and need to gaurd against multip...Eric Fiselier2014-10-291-2/+2
* Fix example in documentation of target triple sanitization.Eric Fiselier2014-10-281-1/+1
* [libcxx] Delay evaluation of __make_tuple_types to prevent blowing the max te...Eric Fiselier2014-10-283-21/+117
* Test that the single-threaded lit feature is available iff the corresponding ...Jonathan Roelofs2014-10-271-0/+18
* Add special case handling of linux target triples that do not contain `-gnu`.Eric Fiselier2014-10-271-7/+16
* Add test to ensure including <atomic> fails when _LIBCPP_HAS_NO_THREADS is de...Eric Fiselier2014-10-271-0/+23
* [libcxx] use clang's __char16_t and __char32_t definitions on Linux in C++03 ...Eric Fiselier2014-10-271-4/+0
* Fix use of operator comma in is_permutation and delete comma operator for tes...Eric Fiselier2014-10-272-6/+14
* [libcxx] Remove use of uniform initialization from regex tests so that they c...Eric Fiselier2014-10-275-38/+38
* [libcxx] Fix use of operator comma where the types can be user definedEric Fiselier2014-10-279-36/+51
* PR #21321 talked about implementation-defined behavior of realloc. I poo-pooh...Marshall Clow2014-10-272-28/+24
* Change the comment on the closing #endif to match the condition on the corres...Marshall Clow2014-10-261-1/+1
* Change uses of `sys.platform == 'linux2' to `sys.platform.startswith('linux')Eric Fiselier2014-10-231-3/+3
* [libcxx] XFAIL all currently failing libc++ tests for linux.Eric Fiselier2014-10-2322-0/+71
* Only link tests against -ldl on linuxEric Fiselier2014-10-231-1/+1
* Make headers available in the build directoryJustin Bogner2014-10-231-4/+13
* Add support for "fancy" pointers to promise and packaged_task.Eric Fiselier2014-10-233-30/+98
OpenPOWER on IntegriCloud