This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
65a87ccdbf0c5ffc387e711946ddcb417efb48b8
clang-p2996
/
libcxx
/
test
/
strings
/
basic.string
History
Howard Hinnant
65a87ccdbf
This is a start at making the libc++ test suite friendlier to the -fnoexceptions flag. Although this is not a complete solution, it does reduce the number of test failures on OS X from 467 to 128 on OS X when -fno-exceptions is enabled, and does not impact the number of failures at all when -fno-exceptions is not enabled. The bulk of this code was donated anonymously.
...
llvm-svn: 177824
2013-03-23 17:27:16 +00:00
..
string.access
…
string.capacity
…
string.cons
…
string.iterators
…
string.modifiers
…
string.nonmembers
Fix <rdar://problem/10256836> getline of an empty string mistakenly causes failure
2011-10-09 15:20:46 +00:00
string.ops
Klaas de Vries: Fix bug in libc++'s std::string::find_first_not_of.
2012-12-31 20:09:48 +00:00
string.require
…
input_iterator.h
…
test_allocator.h
This is a start at making the libc++ test suite friendlier to the -fnoexceptions flag. Although this is not a complete solution, it does reduce the number of test failures on OS X from 467 to 128 on OS X when -fno-exceptions is enabled, and does not impact the number of failures at all when -fno-exceptions is not enabled. The bulk of this code was donated anonymously.
2013-03-23 17:27:16 +00:00
test_traits.h
…
types.pass.cpp
…