diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2015-11-06 15:34:03 +0000 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2015-11-06 15:34:03 +0000 |
commit | bde4c81ffe1f4d753ecfc81bae99afea07ec2185 (patch) | |
tree | 3bd3314edd327108f731cc42aeefc914d26466df | |
parent | 889d7bb4cbc8f1d7807e522bb45d0084b118c27e (diff) | |
download | bcm5719-llvm-bde4c81ffe1f4d753ecfc81bae99afea07ec2185.tar.gz bcm5719-llvm-bde4c81ffe1f4d753ecfc81bae99afea07ec2185.zip |
Fixing line endings; NFC.
llvm-svn: 252314
-rw-r--r-- | clang/include/clang/Basic/AttrDocs.td | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td index 30b6789cfd2..ae5d0b70c1e 100644 --- a/clang/include/clang/Basic/AttrDocs.td +++ b/clang/include/clang/Basic/AttrDocs.td @@ -181,9 +181,9 @@ to enforce the provided alignment assumption. def EnableIfDocs : Documentation { let Category = DocCatFunction; let Content = [{ -.. Note:: Some features of this attribute are experimental. The meaning of
- multiple enable_if attributes on a single declaration is subject to change in
- a future version of clang. Also, the ABI is not standardized and the name
+.. Note:: Some features of this attribute are experimental. The meaning of + multiple enable_if attributes on a single declaration is subject to change in + a future version of clang. Also, the ABI is not standardized and the name mangling may change in future versions. To avoid that, use asm labels. The ``enable_if`` attribute can be placed on function declarations to control |