This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-01-19 09:31:59 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
886c6a645f451ddb56df609c2bb6fe7388045f3e
llvm
/
libcxx
/
test
History
Marshall Clow
886c6a645f
Fix PR19819
...
llvm-svn: 205709
2014-04-07 13:32:26 +00:00
..
algorithms
…
atomics
…
containers
Patch from Steve MacKenzie to make the libc++ tests play nicely with MSVC's STL. Add '#include <functional>' to four of the priority queue tests.
2014-03-11 16:22:53 +00:00
depr
Fix a couple of -Wabsolute-value warnings in the libc++ tests
2014-03-06 16:27:17 +00:00
diagnostics
…
extensions
Do not derive __gnu_cxx::hash<T> from std::hash<T>.
2014-03-06 04:11:10 +00:00
input.output
Implement LWG
#2344
: quoted()'s interaction with padding is unclear. I think that anyone using quoted with padding is really confused, but it should work the way the rest of iostreams works.
2014-03-07 21:45:32 +00:00
iterators
Implement LWG 2360: 'reverse_iterator::operator*() is unimplementable'. Note that this is a (small) behavior change in the library. Reverse iterators whose base iterators' operator* return references to 'within themselves' have been sacrificed to the greater goal of avoiding data races.
2014-03-11 17:16:17 +00:00
language.support
[libc++] Teach is_integral, is_[un]signed and make_[un]signed about __[u]int128_t
2014-03-26 19:45:52 +00:00
localization
…
numerics
Fix a couple of -Wabsolute-value warnings in the libc++ tests
2014-03-06 16:27:17 +00:00
re
LWG Issue
#2271
: regex_traits::lookup_classname specification unclear. libc++ already does the right thing; just update the tests.
2014-03-04 22:44:34 +00:00
strings
Implement LWG
#2268
: Setting a default argument in the declaration of a member function assign of std::basic_string.
2014-03-04 19:17:19 +00:00
support
Implement LWG 2324: Insert iterator constructors should use addressof(). Add two new container classes to the test suite that overload operator &, and add test cases to the insert/front_insert/back_insert iterator tests that use these containers.
2014-03-03 19:20:40 +00:00
thread
Fix PR19819
2014-04-07 13:32:26 +00:00
utilities
[libc++] Teach is_integral, is_[un]signed and make_[un]signed about __[u]int128_t
2014-03-26 19:45:52 +00:00
CMakeLists.txt
…
lit.cfg
…
lit.site.cfg.in
…
nothing_to_do.pass.cpp
…
testit
…