You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/docs/DesignDocs
Eric Fiselier d011bdc437 Add documentation and tests for Clangs C++11 extensions in C++03.
As we gear up to drop support for GCC in C++03, we should make clear
what our C++03 mode is, the C++11 extensions it provides,
and the C++11 extensions it depends on.

The section of this document discussing user-facing extensions has
been left blank while the community discusses new directions. For now
it's just a warning to users.

Additionally, the document contains examples of how these extensions
should be used and why. For example, using alias templates over class
templates.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@363110 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
ABIVersioning.rst Use __config_site when building libc++. Also cleanup ABI versioning doc 9 years ago
AvailabilityMarkup.rst [libcxx] Start defining lit features for tests depending on availability 6 years ago
CapturingConfigInfo.rst Update an example to use the new LLVM file header. 6 years ago
DebugMode.rst update debugging docs to be less out of date 6 years ago
ExperimentalFeatures.rst [libcxx] Slightly improved policy for handling experimental features 6 years ago
ExtendedCXX03Support.rst Add documentation and tests for Clangs C++11 extensions in C++03. 6 years ago
FeatureTestMacros.rst Move the feature test macros script to the utils directory. 6 years ago
FileTimeType.rst Support tests in freestanding 6 years ago
ThreadingSupportAPI.rst [cmake] Add a config option LIBCXX_HAS_WIN32_THREAD_API for enforcing win32 threads 7 years ago
VisibilityMacros.rst [libc++] Make sure we can build libc++ with -fvisibility=hidden 6 years ago