r215808 - Clarify.

Nick Lewycky nicholas at mxc.ca
Fri Aug 15 19:14:37 PDT 2014


Author: nicholas
Date: Fri Aug 15 21:14:37 2014
New Revision: 215808

URL: http://llvm.org/viewvc/llvm-project?rev=215808&view=rev
Log:
Clarify.

Modified:
    cfe/trunk/docs/AttributeReference.rst

Modified: cfe/trunk/docs/AttributeReference.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/AttributeReference.rst?rev=215808&r1=215807&r2=215808&view=diff
==============================================================================
--- cfe/trunk/docs/AttributeReference.rst (original)
+++ cfe/trunk/docs/AttributeReference.rst Fri Aug 15 21:14:37 2014
@@ -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.





More information about the cfe-commits mailing list