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.unary
/
meta.unary.prop
/
is_constructible.pass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix various test failures with GCC
Eric Fiselier
2019-09-13
1
-2
/
+6
*
Support tests in freestanding
JF Bastien
2019-02-04
1
-1
/
+3
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Add pre-C++11 is_constructible wrappers for 3 arguments
Dimitry Andric
2018-01-07
1
-0
/
+12
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
1
-1
/
+1
*
[libcxx] [test] Avoid Clang's -Wunused-const-variable in is_constructible.pas...
Stephan T. Lavavej
2017-04-12
1
-0
/
+1
*
Adjust libc++ test infastructure to fully support modules
Eric Fiselier
2016-12-05
1
-0
/
+1
*
Fix __libcpp_is_constructible for source types with explicit conversion opera...
Eric Fiselier
2016-11-02
1
-2
/
+118
*
Add tests to make sure that is_constructible<cv-void> is false. We already ch...
Marshall Clow
2016-10-03
1
-0
/
+3
*
Unbreak traits tests by handling differences between version macros in clang/...
Eric Fiselier
2016-07-20
1
-1
/
+2
*
Unbreak is_constructible tests for Clang <= 3.7.
Eric Fiselier
2016-07-20
1
-0
/
+12
*
Reimplement is_constructible fallback implementation. Fixes PR21574.
Eric Fiselier
2016-07-20
1
-7
/
+53
*
Fix typo in #ifdef; leave tests commented out b/c gcc 4.8 harks on them.
Marshall Clow
2016-07-08
1
-2
/
+2
*
Revert r274605 due to bot failure: http://lab.llvm.org:8080/green/job/clang-s...
Manman Ren
2016-07-06
1
-7
/
+7
*
Fix typo in #ifdef, and re-enable tests now that the green-dragon bots are no...
Marshall Clow
2016-07-06
1
-7
/
+7
*
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...
Eric Fiselier
2016-06-14
1
-2
/
+2
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
1
-2
/
+2
*
These new tests fail on the green-dragon bots, which use an old Apple compiler.
Marshall Clow
2016-02-23
1
-8
/
+10
*
Add tests for LWG#2560. No code changes, just tests
Marshall Clow
2016-02-23
1
-0
/
+9
*
Walter pointed out some missing includes in the tests. Fixing the includes un...
Marshall Clow
2015-11-10
1
-0
/
+1
*
More of P0006R0: type traits variable aliases for C++17.
Marshall Clow
2015-11-07
1
-2
/
+17
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
1
-0
/
+86