hanchenye-llvm-project/libcxx
Evgeniy Stepanov 2abfe726b2 Replace cmake check for printf with a check for fopen.
Printf is a builtin, and the check fails with -Werror because of a clang
warning about an incompatible redeclaration.

llvm-svn: 255187
2015-12-10 00:45:18 +00:00
..
cmake Replace cmake check for printf with a check for fopen. 2015-12-10 00:45:18 +00:00
docs [libcxx] Make libc++.so a linker script by default on most platforms. 2015-10-15 22:41:51 +00:00
include Remove redundant _LIBCPP_ALWAYS_INLINE attribute from __convert_to_integral overloads 2015-12-10 00:43:37 +00:00
lib [CMake] If you're not installing the libcxx library, exclude it from the "all" target so it doesn't get built when you run "ninja install" 2015-12-03 18:52:54 +00:00
src Use libcxx's default rune table with the Musl C library. 2015-11-24 10:24:54 +00:00
test Use __make_integer_seq builtin for std::make_integer_sequence. Patch by K-ballo. 2015-12-09 22:03:06 +00:00
utils [libcxx] Make it drastically simpler to link libc++. 2015-10-14 19:54:03 +00:00
www Cleaned up the intro for the TS status page; really need much more info here 2015-12-08 00:08:23 +00:00
.arcconfig Update Arcanist config to point to reviews.llvm.org 2014-06-10 18:29:36 +00:00
.gitignore [libc++] Refactor test components into modules. 2015-01-09 18:03:29 +00:00
CMakeLists.txt Add initial support for the MUSL C library. 2015-11-09 10:21:04 +00:00
CREDITS.TXT Add self to CREDITS.txt 2015-02-26 00:48:22 +00:00
LICENSE.TXT Update copyright year to 2015. 2015-03-12 20:13:11 +00:00
Makefile Revert "Fix installheaders target's permissions" 2014-12-16 05:28:07 +00:00
TODO.TXT Test commit to see if libcxx.llvm.org/docs builds 2015-09-04 22:57:00 +00:00