index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxx
/
test
/
std
/
utilities
/
any
Commit message (
Expand
)
Author
Age
Files
Lines
*
libcxx: Rename .hpp files in libcxx/test/support to .h
Nico Weber
2019-08-21
10
-11
/
+11
*
Fix test failures due to modified wording in Clang diagnostics.
Richard Smith
2019-06-24
2
-4
/
+4
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
5
-0
/
+7
*
Add an any_cast test for array types. Thanks to Jonathan Wakely for the sugge...
Marshall Clow
2019-04-24
2
-8
/
+25
*
[libc++] Mark bad_any_cast tests as unsupported when the dylib doesn't suppor...
Louis Dionne
2019-03-21
3
-12
/
+3
*
[libc++] Fix XFAILs on macOS when exceptions are disabled
Louis Dionne
2019-02-05
14
-14
/
+14
*
[libcxx] Start defining lit features for tests depending on availability
Louis Dionne
2019-02-05
14
-98
/
+14
*
Support tests in freestanding
JF Bastien
2019-02-04
22
-22
/
+66
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
22
-88
/
+66
*
[libcxx] Use clang-verify in the lit test suite even when availability is ena...
Louis Dionne
2018-11-28
3
-0
/
+12
*
[libcxx] Add availability markup for bad_optional_access, bad_variant_access ...
Louis Dionne
2018-11-19
14
-84
/
+98
*
Work around gcc.gnu.org/PR87766
Eric Fiselier
2018-10-26
1
-1
/
+1
*
[libcxx][test] Silence -Wself-assign diagnostics
Roman Lebedev
2018-04-07
1
-3
/
+3
*
Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...
Billy Robert O'Neal III
2017-11-21
2
-7
/
+7
*
Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...
Billy Robert O'Neal III
2017-11-15
1
-3
/
+3
*
Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...
Billy Robert O'Neal III
2017-11-15
1
-2
/
+2
*
Fix two failing -verify tests to tolerate old and new clang versions
Eric Fiselier
2017-09-17
1
-4
/
+4
*
Fix failing -verify tests due to change in Clangs static_assert message.
Eric Fiselier
2017-09-17
4
-21
/
+21
*
Add markup for libc++ dylib availability
Mehdi Amini
2017-05-04
14
-1
/
+99
*
Expand test coverage for LWG2857
Casey Carter
2017-04-21
1
-11
/
+15
*
Cleanup any_cast failure test
Eric Fiselier
2017-04-13
1
-8
/
+25
*
Implement part of LWG#2857 - any/optional. Still to do - variant. Reviewed as...
Marshall Clow
2017-04-12
1
-9
/
+27
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
1
-0
/
+2
*
Test changes for P0504R0 "Revisiting in-place tag types for any/optional/vari...
Eric Fiselier
2016-11-17
4
-28
/
+21
*
Cleanup nonportable behavior in tests for std::any
Casey Carter
2016-10-26
3
-8
/
+4
*
Make any_cast<void()>(nullptr) compile
Eric Fiselier
2016-10-16
1
-0
/
+13
*
Update issue status for LWG 2744
Eric Fiselier
2016-10-16
4
-17
/
+25
*
Update issue status for LWG 2768 and 2769
Eric Fiselier
2016-10-16
4
-42
/
+72
*
Fix various issues in std::any and the related tests.
Eric Fiselier
2016-10-07
13
-153
/
+191
*
Improve constexpr tests for std::any
Eric Fiselier
2016-09-07
1
-9
/
+9
*
[libcxx] Add std::any
Eric Fiselier
2016-08-11
21
-0
/
+2488