Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
libcxx
/
test
/
std
/
language.support
/
support.runtime
95cf9fa
[libcxx] [test] Don't detect Windows' UCRT with TEST_COMPILER_C1XX
by Billy Robert O'Neal III
· 7 years ago
171c77b
Selectively import timespec_get into namespace std, since some C libraries don't have it. Reviewed as https://reviews.llvm.org/D50799
by Marshall Clow
· 7 years ago
1f9e03f
Final bit of P0063 - make sure that aligned_alloc is available when the underlying C library supports it
by Marshall Clow
· 7 years ago
deb471f
import timespec and timespec_get into namespace std if we're under c++17 or later AND the underlying C library has them. Fixes PR#38220, but doesn't implement all of P0063 yet.
by Marshall Clow
· 7 years ago
0a92402
Remove mblen(), mbtowc() and wctomb() from the thread-unsafe functions.
by Ed Schouten
· 9 years ago
0202dec
Move all tests for _LIBCPP_VERSION in language.support to test/libcxx/language.support.
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
3245e1f
Fix warnings in tests.
by Eric Fiselier
· 9 years ago
fb42f4c
Void cast runtime-unused variables. Patch from STL@microsoft.com
by Eric Fiselier
· 9 years ago
d866bdd
Manually suppress -Wnonnull when it occurs in an unevaluated context
by Eric Fiselier
· 10 years ago
abd52ca
Fix a handful of tests that fail in C++03
by Eric Fiselier
· 10 years ago
5fd3089
Fix warnings in test/std/language.support
by Eric Fiselier
· 10 years ago
e0cf3b9
Make support for thread-unsafe C functions optional.
by Ed Schouten
· 10 years ago
5a83710
Move test into test/std subdirectory.
by Eric Fiselier
· 11 years ago