Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
libcxx
/
test
/
std
/
utilities
/
allocator.adaptor
4d8a75a
[libcxx] [test] Fix line endings, avoid unnecessary non-ASCII.
by Stephan T. Lavavej
· 8 years ago
3fddff5
More of P0600; marking allocation routines as [[nodiscard]]
by Marshall Clow
· 8 years ago
4159db7
[libcxx] [test] Untabify, NFC.
by Stephan T. Lavavej
· 8 years ago
5984426
[libcxx] [test] Strip trailing whitespace. NFC.
by Stephan T. Lavavej
· 8 years ago
895db0a
[test] Workaround C1XX bug in uses_allocator_types.hpp
by Casey Carter
· 8 years ago
35f62e3
Mark LWG#2782 as complete. No functionality change; we already do this. Just added a few more tests.
by Marshall Clow
· 8 years ago
50bd957
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.
by Stephan T. Lavavej
· 9 years ago
e01b1ef
[libcxx] [test] Fix recently introduced warnings emitted by MSVC.
by Stephan T. Lavavej
· 9 years ago
4ffd08c
[libcxx] Fix PR24075, PR23841 - Add scoped_allocator_adaptor::construct(pair<T, U>*, ...) overloads.
by Eric Fiselier
· 9 years ago
2c8c71f
Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilities
by Eric Fiselier
· 9 years ago
f2f2a63
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER.
by Eric Fiselier
· 9 years ago
d04c685
Remove trailing whitespace in test suite. Approved by Marshall Clow.
by Eric Fiselier
· 9 years ago
fb42f4c
Void cast runtime-unused variables. Patch from STL@microsoft.com
by Eric Fiselier
· 9 years ago
531c41e
Add the tests for the last commit
by Marshall Clow
· 10 years ago
2abfcd5
Add 'is_always_equal' tests for scoped_allocator. Found that I had typed '||' where I meant '&&' in the code; fixed that, too
by Marshall Clow
· 10 years ago
e21582e
Walter Brown sent a list of tests which needed 'additional includes' to match what was in the standard. Added these includes to the tests. No changes to the library or test results.
by Marshall Clow
· 11 years ago
5a83710
Move test into test/std subdirectory.
by Eric Fiselier
· 11 years ago