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
*
[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
*
Implement LWG 2842 - optional(U&&) needs to SFINAE on decay_t<in_place_t>
Eric Fiselier
2017-03-30
1
-0
/
+14
*
Worked around GCC bug 56480. Explicit specialization in a different namespace.
Michael Park
2017-03-23
1
-1
/
+5
*
Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...
Marshall Clow
2017-03-23
1
-0
/
+3
*
[libcxx] [test] Strip trailing whitespace.
Stephan T. Lavavej
2017-02-05
2
-2
/
+2
*
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.
Stephan T. Lavavej
2017-02-05
1
-5
/
+0
*
Change the base class of std::bad_optional_access. This is a (subtle) ABI ch...
Marshall Clow
2017-02-05
1
-3
/
+3
*
Mark LWG2736 as complete. No code changes, but we have more tests now
Marshall Clow
2017-01-24
2
-3
/
+35
*
Implement P0513R0 - "Poisoning the Hash"
Eric Fiselier
2017-01-21
2
-0
/
+47
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
1
-0
/
+1
*
[libcxx] [test] D27268: Fix MSVC x64 warning C4267 "conversion from 'size_t' ...
Stephan T. Lavavej
2016-12-06
1
-2
/
+2
*
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
3
-3
/
+3
*
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
72
-0
/
+6356
*
Revert Add <optional>. Will recommit with better commit message
Eric Fiselier
2016-10-12
72
-6346
/
+0
*
Add <optional> header.
Eric Fiselier
2016-10-12
72
-0
/
+6346