]> granicus.if.org Git - clang/commitdiff
Merging r215808:
authorBill Wendling <isanbard@gmail.com>
Mon, 18 Aug 2014 05:15:34 +0000 (05:15 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 18 Aug 2014 05:15:34 +0000 (05:15 +0000)
------------------------------------------------------------------------
r215808 | nicholas | 2014-08-15 19:14:37 -0700 (Fri, 15 Aug 2014) | 2 lines

Clarify.

------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_35@215877 91177308-0d34-0410-b5e6-96231b3b80d8

docs/AttributeReference.rst

index 81deeae27ccbf675bdd9d7f03f515839a6b44b1f..115a217c4c19805f9c13c5253d580ba1fb981357 100644 (file)
@@ -238,8 +238,8 @@ enable_if
 
 .. 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 mangled
-  name produced may change. To avoid that, use asm labels.
+  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
 which overload is selected based on the values of the function's arguments.