]> granicus.if.org Git - clang/commitdiff
Fixing line endings; NFC.
authorAaron Ballman <aaron@aaronballman.com>
Fri, 6 Nov 2015 15:34:03 +0000 (15:34 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 6 Nov 2015 15:34:03 +0000 (15:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@252314 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/AttrDocs.td

index 30b6789cfd2387db69fb92d2aeddef972816a0ab..ae5d0b70c1e59300367d68989e5ee4d5f52e1d85 100644 (file)
@@ -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\r
-  multiple enable_if attributes on a single declaration is subject to change in\r
-  a future version of clang. Also, the ABI is not standardized and the name\r
+.. 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