From 9d8f512723cf830822e29ca0e1accb51a21809a9 Mon Sep 17 00:00:00 2001 From: Michael Zolotukhin Date: Thu, 10 Sep 2015 23:56:10 +0000 Subject: [PATCH] Docs: Add missing new line before a list. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@247360 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LanguageExtensions.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/LanguageExtensions.rst b/docs/LanguageExtensions.rst index af235808cd..c55545c820 100644 --- a/docs/LanguageExtensions.rst +++ b/docs/LanguageExtensions.rst @@ -1760,6 +1760,7 @@ instructions for implementing atomic operations. void __builtin_arm_clrex(void); The types ``T`` currently supported are: + * Integer types with width at most 64 bits (or 128 bits on AArch64). * Floating-point types * Pointer types. -- 2.40.0