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
/
optional.object
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: Rename .hpp files in libcxx/test/support to .h
Nico Weber
2019-08-21
18
-19
/
+19
*
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
8
-0
/
+16
*
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 on macOS when exceptions are disabled
Louis Dionne
2019-02-05
8
-8
/
+8
*
[libcxx] Start defining lit features for tests depending on availability
Louis Dionne
2019-02-05
8
-56
/
+8
*
Support tests in freestanding
JF Bastien
2019-02-04
46
-46
/
+135
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
46
-184
/
+138
*
[libcxx] Reorganize tests since the application of P0602R4
Louis Dionne
2019-01-10
6
-141
/
+201
*
[libcxx] Add availability markup for bad_optional_access, bad_variant_access ...
Louis Dionne
2018-11-19
8
-48
/
+56
*
[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
*
Fix failing -verify tests due to change in Clangs static_assert message.
Eric Fiselier
2017-09-17
1
-6
/
+6
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
2
-11
/
+11
*
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
8
-0
/
+60
*
[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
*
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
*
Fix more -Wshadow warnings introduced by recent Clang change
Eric Fiselier
2017-04-04
1
-1
/
+0
*
Implement LWG 2842 - optional(U&&) needs to SFINAE on decay_t<in_place_t>
Eric Fiselier
2017-03-30
1
-0
/
+14
*
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.
Stephan T. Lavavej
2017-02-05
1
-5
/
+0
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
1
-0
/
+1
*
Add more tests for optional<const T>
Eric Fiselier
2016-10-28
6
-0
/
+29
*
Fix unreferenced parameters. Patch from STL@microsoft.com
Eric Fiselier
2016-10-23
2
-2
/
+2
*
Fix shadowing warning. Patch from STL@microsoft.com
Eric Fiselier
2016-10-23
1
-1
/
+1
*
Update status for std::optional LWG issues and fix an optional SFINAE bug
Eric Fiselier
2016-10-16
1
-0
/
+12
*
Implement N4606 optional
Eric Fiselier
2016-10-12
42
-0
/
+4630
*
Revert Add <optional>. Will recommit with better commit message
Eric Fiselier
2016-10-12
42
-4669
/
+0
*
Add <optional> header.
Eric Fiselier
2016-10-12
42
-0
/
+4669