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
/
language.support
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
120
-5610
/
+0
*
libc++: integral types trap on PNaCl
JF Bastien
2014-11-26
1
-1
/
+1
*
Remove xfail tag for darwin from quick_exit test
Eric Fiselier
2014-11-20
1
-1
/
+0
*
Remove tests that va_copy is not defined when C++ < 11.
Eric Fiselier
2014-11-20
1
-4
/
+0
*
Change contradictory wording in va_copy test error message.
Eric Fiselier
2014-11-19
1
-2
/
+2
*
Overhaul and separate nullptr_t tests to pass with C++03.
Eric Fiselier
2014-11-19
3
-34
/
+95
*
Revert r222296 to fix bad commit message
Eric Fiselier
2014-11-19
3
-95
/
+34
*
Cleanup quick_exit tests and get them passing in C++03.
Eric Fiselier
2014-11-19
3
-2
/
+53
*
diff --git a/test/language.support/support.types/nullptr_t.pass.cpp b/test/la...
Eric Fiselier
2014-11-19
3
-34
/
+95
*
Modify tests to check that va_copy is only defined in C++11 and beyond.
Eric Fiselier
2014-11-18
1
-2
/
+8
*
Mark more tests as UNSUPPORTED with ASAN and MSAN.
Eric Fiselier
2014-11-14
4
-2
/
+12
*
Actually mark the tests an unsupported with MSAN (not just ASAN)
Eric Fiselier
2014-11-04
4
-4
/
+4
*
Mark tests that replace operator new/delete as UNSUPPORTED with ASAN and MSAN.
Eric Fiselier
2014-11-04
6
-6
/
+16
*
Some tests used __typeof__ instead of decltype. Replace these usages.
Marshall Clow
2014-10-21
1
-2
/
+2
*
Fix numeric_limits<XXX>::is_modulo for signed arithmetic types. We were repor...
Marshall Clow
2014-07-31
1
-8
/
+8
*
[libc++] Teach is_integral, is_[un]signed and make_[un]signed about __[u]int1...
Stephan Tolksdorf
2014-03-26
33
-0
/
+142
*
Fix numeric.limits.members/traps.pass.cpp to pass on non-x86 architectures. F...
Marshall Clow
2014-02-03
1
-14
/
+20
*
Removed extra line that I left in when committing 199694. Thanks to Jared Gru...
Marshall Clow
2014-01-26
1
-1
/
+0
*
Removed extra space; thanks to thakis_'s eagle eye
Marshall Clow
2014-01-21
1
-1
/
+1
*
Fixed test failure in is_iec559.pass.cpp on darwin-ppc32. Thanks to David Fan...
Marshall Clow
2014-01-20
1
-0
/
+5
*
Remove executable permissions on a text file
Sylvestre Ledru
2013-12-01
1
-0
/
+0
*
Test for 'bad_array_length'; got left out of initial commit
Marshall Clow
2013-09-12
1
-0
/
+29
*
Apply constexpr to initializer_list for c++1y.
Howard Hinnant
2013-08-26
3
-0
/
+43
*
A few fixes to tests for Windows port.
Howard Hinnant
2013-07-15
2
-2
/
+2
*
War on tabs.
Howard Hinnant
2013-07-08
1
-4
/
+4
*
[tests] XFAIL a few things that require libc (?) support missing on Darwin.
Daniel Dunbar
2013-02-05
1
-0
/
+2
*
Make a few tests optimization-proof. These tests were failing under -O3 beca...
Howard Hinnant
2013-01-16
4
-4
/
+4
*
Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....
Howard Hinnant
2012-12-12
1
-0
/
+185
*
Add noexcept test for offsetof macro per [support.types]/p4.
Howard Hinnant
2012-07-06
1
-0
/
+8
*
Don't refer to a function that doesn't exist in the quick_exit test.
David Chisnall
2012-03-14
1
-1
/
+1
*
Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574
Howard Hinnant
2011-08-12
4
-2
/
+14
*
Give A an explicitly non-throwing destructor so that B's destructor is
Alexis Hunt
2011-07-18
1
-1
/
+1
*
<rdar://problem/9073695> std::uncaught_exception() becomes true before evalua...
Nick Kledzik
2011-03-11
1
-1
/
+10
*
Corrected const-correctness on nullptr type_traits, and beefed up the test fo...
Howard Hinnant
2011-03-09
1
-0
/
+15
*
N3189 Observers for the three handler functions
Howard Hinnant
2010-12-02
2
-0
/
+50
*
license change
Howard Hinnant
2010-11-16
112
-224
/
+224
*
I have reverted all contributions made by Jesse Towner in revision 110724
Howard Hinnant
2010-11-16
1
-20
/
+3
*
sync with N3126
Howard Hinnant
2010-09-05
4
-92
/
+0
*
sync with N3126
Howard Hinnant
2010-09-05
1
-0
/
+0
*
Changed __config to react to all of clang's currently documented has_feature ...
Howard Hinnant
2010-09-04
2
-2
/
+2
*
Remove tabs
Howard Hinnant
2010-08-22
1
-7
/
+7
*
Fixing whitespace problems
Howard Hinnant
2010-08-22
52
-54
/
+54
*
patch by Jesse Towner, and bug fix by Sebastian Redl
Howard Hinnant
2010-08-10
1
-2
/
+19
*
[support.initlist.range]
Howard Hinnant
2010-05-28
1
-0
/
+36
*
Corrected rethrow_if_nested
Howard Hinnant
2010-05-28
1
-12
/
+28
*
[except.nested]
Howard Hinnant
2010-05-27
6
-0
/
+417
*
change test case to verify unexpected() calls terminate - not is terminate
Nick Kledzik
2010-05-14
1
-2
/
+15
*
Wiped out some non-ascii characters that snuck into the copyright.
Howard Hinnant
2010-05-11
109
-109
/
+109
*
libcxx initial import
Howard Hinnant
2010-05-11
109
-0
/
+4582