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
/
optional
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Cleanup and enable multiple warnings.
Eric Fiselier
2019-12-12
1
-0
/
+1
*
[libcxx][NFC] Strip trailing whitespace, fix typo.
Stephan T. Lavavej
2019-10-23
1
-2
/
+2
*
[NFC] Strip trailing whitespace from libc++
Louis Dionne
2019-10-23
1
-1
/
+1
*
[libcxx][test][NFC] Fix comment typos.
Stephan T. Lavavej
2019-10-22
1
-1
/
+1
*
[libc++][test] Silence MSVC warning in std::optional test
Casey Carter
2019-10-12
1
-1
/
+1
*
libcxx: Rename .hpp files in libcxx/test/support to .h
Nico Weber
2019-08-21
21
-22
/
+22
*
Add a missing '__uncvref_t' to the SFINAE constraints for optional's assignme...
Marshall Clow
2019-06-27
1
-0
/
+12
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
33
-0
/
+66
*
Update test to better check for the non-constexpr-ness of a move constructor....
Marshall Clow
2019-04-25
1
-5
/
+20
*
Cleaup of requirements for optional. While researching LWG3196, I realized th...
Marshall Clow
2019-03-25
1
-0
/
+47
*
Allow optional to tolerate being used with a nested class.
Eric Fiselier
2019-03-11
1
-0
/
+41
*
[libc++] Fix XFAILs when exceptions are disabled
Louis Dionne
2019-02-05
2
-2
/
+2
*
[libc++] Fix XFAILs on macOS when exceptions are disabled
Louis Dionne
2019-02-05
11
-11
/
+11
*
[libcxx] Start defining lit features for tests depending on availability
Louis Dionne
2019-02-05
11
-80
/
+13
*
Support tests in freestanding
JF Bastien
2019-02-04
77
-77
/
+228
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
77
-308
/
+231
*
[libcxx] Reorganize tests since the application of P0602R4
Louis Dionne
2019-01-10
6
-141
/
+201
*
[libcxx] Remove the availability_markup LIT feature
Louis Dionne
2018-12-07
2
-14
/
+14
*
[libcxx] Add availability markup for bad_optional_access, bad_variant_access ...
Louis Dionne
2018-11-19
11
-54
/
+79
*
[NFC] Reformat std::optional tests
Louis Dionne
2018-11-12
2
-4
/
+4
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2018-06-14
2
-2
/
+2
*
Mark deduction guide tests as failing on apple-clang-9
JF Bastien
2018-05-29
1
-1
/
+1
*
Fix up the final bits of breakage due to clang v5 generating bad implicit tem...
Marshall Clow
2018-05-28
2
-9
/
+14
*
Fix optional<char> test breakage
JF Bastien
2018-05-25
1
-0
/
+4
*
Fix optional deduction guide test breakage
JF Bastien
2018-05-25
2
-2
/
+2
*
Add one more test for optional
Marshall Clow
2018-05-25
1
-5
/
+14
*
Add deduction guides for optional
Marshall Clow
2018-05-25
2
-0
/
+82
*
Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...
Billy Robert O'Neal III
2017-11-15
4
-4
/
+4
*
Placate unused variable warnings uncovered by improvements to clang's -Wunuse...
Benjamin Kramer
2017-10-14
1
-0
/
+1
*
Fix failing -verify tests due to change in Clangs static_assert message.
Eric Fiselier
2017-09-17
1
-6
/
+6
*
[test] Cleanup nullopt_t tests
Casey Carter
2017-08-31
3
-44
/
+14
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
3
-12
/
+12
*
optional: Implement LWG 2900 and P0602
Casey Carter
2017-07-09
4
-27
/
+55
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2017-06-20
1
-1
/
+1
*
[libcxx] [test] Remove a Clang/C2 workaround.
Stephan T. Lavavej
2017-06-08
1
-2
/
+0
*
add missing constexpr to optional::value_or
Casey Carter
2017-06-06
1
-7
/
+13
*
Add some constexpr tests for optional's move/copy ctor
Marshall Clow
2017-05-25
2
-0
/
+27
*
Mark the copy constructor and move
Marshall Clow
2017-05-17
2
-2
/
+12
*
Add markup for libc++ dylib availability
Mehdi Amini
2017-05-04
9
-0
/
+67
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2017-05-04
2
-4
/
+4
*
Expand test coverage for LWG2857
Casey Carter
2017-04-21
2
-6
/
+16
*
Allow a standard library to implement conditional noexcept for optional and u...
Billy Robert O'Neal III
2017-04-18
1
-4
/
+8
*
[optional] Update synopsis for LWG2934
Casey Carter
2017-04-17
12
-18
/
+18
*
Additional test file for r300123
Marshall Clow
2017-04-12
1
-17
/
+47
*
Add some FAIL constexpr tests for optional's copy/move ctors.
Marshall Clow
2017-04-12
2
-0
/
+73
*
Revert "Allow a standard library to implement conditional noexcept for option...
Akira Hatanaka
2017-04-07
1
-6
/
+3
*
Add noexcept(false) to more strongly indicate that not being noexcept is impo...
Billy Robert O'Neal III
2017-04-06
1
-1
/
+1
*
Allow a standard library to implement conditional noexcept for optional and u...
Billy Robert O'Neal III
2017-04-06
1
-3
/
+6
*
Fix more -Wshadow warnings introduced by recent Clang change
Eric Fiselier
2017-04-04
1
-1
/
+0
*
Fix LWG 2934 - optional<const T> doesn't compare with T
Eric Fiselier
2017-03-30
12
-400
/
+534
[next]