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
*
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