This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
utilities
/
memory
History
Marshall Clow
28d8ba5f79
Implement n3656 - make_unique. Thanks to Howard for the review and suggestions.
...
llvm-svn: 185352
2013-07-01 18:16:03 +00:00
..
allocator.tag
…
allocator.traits
…
allocator.uses
…
c.malloc
…
default.allocator
…
pointer.traits
…
ptr.align
…
specialized.algorithms
addressof misbehaving for type with an implicit conversion operator to char&. This fixes
http://llvm.org/bugs/show_bug.cgi?id=15754
2013-04-16 17:27:56 +00:00
storage.iterator
…
temporary.buffer
…
unique.ptr
Implement n3656 - make_unique. Thanks to Howard for the review and suggestions.
2013-07-01 18:16:03 +00:00
util.dynamic.safety
…
util.smartptr
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
version.pass.cpp
…