diff --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst index 62903fc3744ca..e2e6bcae62b04 100644 --- a/clang/docs/LanguageExtensions.rst +++ b/clang/docs/LanguageExtensions.rst @@ -1513,6 +1513,46 @@ Attributes (N2335) C2 ``#embed`` (N3017) C23 C89, C++ ============================================ ================================ ============= ============= +Builtin type aliases +==================== + +Clang provides a few builtin aliases to improve the throughput of certain metaprogramming facilities. + +__builtin_common_type +--------------------- + +.. code-block:: c++ + + template