r215808 - Clarify.

Bill Wendling isanbard at gmail.com
Sun Aug 17 22:24:45 PDT 2014


Done.

-bw


On Aug 15, 2014, at 7:29 PM, Nick Lewycky <nlewycky at google.com> wrote:

> This (r215806, r215807 and r215808) should go into the 3.5 release branch. It's just a documentation change.
> 
> On 15 August 2014 19:14, Nick Lewycky <nicholas at mxc.ca> wrote:
> 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.
> 
> 
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140817/579eb57e/attachment.html>


More information about the cfe-commits mailing list