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
/
meta
/
meta.trans
/
meta.trans.other
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Strip trailing whitespace from libc++
Louis Dionne
2019-10-23
1
-1
/
+1
*
P1152R4: Fix deprecation warnings in libc++ testsuite and in uses of is_invoc...
Richard Smith
2019-10-19
1
-0
/
+5
*
[libc++][test] Miscellaneous MSVC cleanups
Casey Carter
2019-10-09
1
-1
/
+3
*
Implement P0340R3: Make 'underlying_type' SFINAE-friendly. Reviewed as https:...
Marshall Clow
2019-06-21
2
-20
/
+106
*
Enable aligned_union in C++03
Eric Fiselier
2019-06-21
1
-2
/
+0
*
Support overaligned types in `aligned_storage`.
Eric Fiselier
2019-04-30
1
-0
/
+8
*
Make common_type's implementation common
Eric Fiselier
2019-03-31
1
-77
/
+98
*
Reworked all the utilities/meta tests to use ASSERT_SAME_TYPE instead of 'sta...
Marshall Clow
2019-03-28
10
-59
/
+56
*
Support tests in freestanding
JF Bastien
2019-02-04
14
-14
/
+42
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
14
-56
/
+42
*
Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.
Eric Fiselier
2019-01-16
1
-6
/
+3
*
Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF...
Eric Fiselier
2018-11-28
1
-3
/
+6
*
Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.
Eric Fiselier
2018-11-28
1
-6
/
+3
*
Implement P0887: The identity metafunction
Marshall Clow
2018-08-02
1
-0
/
+40
*
[test] two small cleanups:
Casey Carter
2018-07-09
1
-3
/
+2
*
Fix failing test due to incorrect use of noexcept
Eric Fiselier
2018-05-11
1
-14
/
+0
*
Fix PR37407 - callable traits don't correctly check complete types.
Eric Fiselier
2018-05-10
2
-1
/
+37
*
[libcxx] [test] Fix whitespace, NFC.
Stephan T. Lavavej
2018-04-12
1
-1
/
+1
*
[test] [NFC] cleanup aligned_storage test
Casey Carter
2018-04-09
1
-106
/
+55
*
Implement LWG3034: P0767R1 breaks previously-standard-layout types
Marshall Clow
2018-03-21
2
-0
/
+66
*
Implement P0767R1 - Deprecate POD
Marshall Clow
2018-03-06
1
-0
/
+102
*
[libcxx] P0604, invoke_result and is_invocable
Zhihao Yuan
2017-12-12
2
-6
/
+52
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2017-12-07
1
-1
/
+1
*
Implement P0550R2: Transformation Trait remove_cvref
Marshall Clow
2017-11-13
1
-0
/
+52
*
Add a fail test for aligned_union of an incomplete type. See LWG#2979. NFC
Marshall Clow
2017-10-31
1
-0
/
+23
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
1
-4
/
+4
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the utilities library
Eric Fiselier
2017-04-19
1
-2
/
+2
*
Fix a C++03 failure
Marshall Clow
2017-04-11
1
-3
/
+3
*
Remove some trigraphs that GCC was complaining about
Marshall Clow
2017-04-11
1
-2
/
+2
*
Fix PR#32605: common_type<T> is not SFINAE-friendly
Marshall Clow
2017-04-10
1
-1
/
+5
*
Fix PR#32606: std::decay mishandles abominable function types
Marshall Clow
2017-04-10
1
-0
/
+6
*
Implement P0548: 'common_type and duration' This involves a subtle change in ...
Marshall Clow
2017-03-21
1
-0
/
+21
*
[libcxx] [test] Avoid MSVC's non-Standard ABI in underlying_type.pass.cpp.
Stephan T. Lavavej
2017-02-05
1
-9
/
+17
*
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 3/3.
Stephan T. Lavavej
2017-02-05
1
-2
/
+0
*
Implement P0435R1 - Resolving LWG issues for common_type
Eric Fiselier
2016-12-27
1
-10
/
+183
*
Fix PR31481 - 3+ parameter common_type isn't SFINAE friendly
Eric Fiselier
2016-12-27
1
-5
/
+17
*
[libcxx] [test] D27027: Strip trailing whitespace.
Stephan T. Lavavej
2016-11-23
1
-2
/
+2
*
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
Stephan T. Lavavej
2016-11-04
4
-12
/
+20
*
Work around MSVC's non-standard ABI for enums. Patch from STL@microsoft.com
Eric Fiselier
2016-07-25
1
-5
/
+10
*
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...
Eric Fiselier
2016-06-14
2
-3
/
+5
*
[libcxx] Improve tests to use the UNSUPPORTED lit directive
Asiri Rathnayake
2016-05-28
1
-4
/
+1
*
Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE.
Eric Fiselier
2016-04-20
2
-0
/
+11
*
Implement LWG issue 2219 - support reference_wrapper in INVOKE
Eric Fiselier
2016-04-18
2
-10
/
+135
*
Walter pointed out some missing includes in the tests. Fixing the includes un...
Marshall Clow
2015-11-10
1
-21
/
+23
*
make common_type SFINAE-friendly and support void. Patch from Agustin Berge.
Eric Fiselier
2015-09-08
1
-4
/
+54
*
Cleanup result_of tests and fix issues with the C++03 result_of.
Eric Fiselier
2015-06-13
2
-61
/
+306
*
Get tests running with warnings. Fix warnings in headers and tests
Eric Fiselier
2015-02-05
1
-5
/
+2
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
10
-0
/
+601