diff options
author | Michael Zolotukhin <mzolotukhin@apple.com> | 2015-09-10 23:56:10 +0000 |
---|---|---|
committer | Michael Zolotukhin <mzolotukhin@apple.com> | 2015-09-10 23:56:10 +0000 |
commit | 9d8f512723cf830822e29ca0e1accb51a21809a9 (patch) | |
tree | 204ba54e0d972b69aa096c10c4d7a2d4699d7e9c /docs | |
parent | d91b0e8bde111bd549622575d095a6a41b37c010 (diff) | |
download | clang-9d8f512723cf830822e29ca0e1accb51a21809a9.tar.gz |
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/LanguageExtensions.rst | 1 |
1 files changed, 1 insertions, 0 deletions
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. |