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++
74 libc++.
77 of libc++ cannot use. libstdc++ 4.2 (the last GPL2 version) could be
97 For using the libc++ headers
99 The libc++ headers are known to work on the following platforms, using GCC and
118 For building the libc++ library
120 Building the libc++ library (static or shared) requires some features from
127 macOS 10.12+ i386, x86_64 Clang, GCC libc++abi
128 FreeBSD 10+ i386, x86_64, ARM Clang, GCC libcxxrt, libc++abi
129 Linux i386, x86_64 Clang, GCC libc++abi
152 This list contains known issues with libc++
154 * Building libc++ with ``-fno-rtti`` is not supported. However
158 A full list of currently open libc++ bugs can be `found here`__.
160 .. __: https://bugs.llvm.org/buglist.cgi?component=All%20Bugs&product=libc%2B%2B&query_format=adva…
201 If you think you've found a bug in libc++, please report it using
207 If you want to contribute a patch to libc++, the best place for that is
221 * `libc++abi Homepage <http://libcxxabi.llvm.org/>`_
225 * `Browse libc++ Sources <https://github.com/llvm/llvm-project/tree/main/libcxx/>`_