Lines Matching refs:libc
4 "libc++" C++ Standard Library
10 libc++ is a new implementation of the C++ standard library, targeting C++11 and
31 Getting Started with libc++
60 libc++.
63 of libc++ cannot use. libstdc++ 4.2 (the last GPL2 version) could be
83 libc++ is known to work on the following platforms, using gcc and
91 Mac OS X i386, x86_64 Clang, GCC libc++abi
92 FreeBSD 10+ i386, x86_64, ARM Clang, GCC libcxxrt, libc++abi
93 Linux i386, x86_64 Clang, GCC libc++abi
114 This list contains known issues with libc++
116 * Building libc++ with ``-fno-rtti`` is not supported. However
122 A full list of currently open libc++ bugs can be `found here`__.
124 .. __: https://bugs.llvm.org/buglist.cgi?component=All%20Bugs&product=libc%2B%2B&query_format=adva…
162 If you think you've found a bug in libc++, please report it using
168 If you want to contribute a patch to libc++, the best place for that is
182 * `libc++abi Homepage <http://libcxxabi.llvm.org/>`_
186 * `Browse libc++ -- SVN <http://llvm.org/svn/llvm-project/libcxx/trunk/>`_
187 * `Browse libc++ -- ViewVC <http://llvm.org/viewvc/llvm-project/libcxx/trunk/>`_