summaryrefslogtreecommitdiff
path: root/docs/AttributeReference.rst
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2014-08-16 02:14:37 +0000
committerNick Lewycky <nicholas@mxc.ca>2014-08-16 02:14:37 +0000
commita11b69ce5d063c174b1b40c0900517e92e166f73 (patch)
treebffc2b5992de75b52eed8d7d9da358162d2454b9 /docs/AttributeReference.rst
parent8bb346bed9ac06ae6c11f02dfe0569a87277092f (diff)
Clarify.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@215808 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/AttributeReference.rst')
-rw-r--r--docs/AttributeReference.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/AttributeReference.rst b/docs/AttributeReference.rst
index 81deeae27c..115a217c4c 100644
--- a/docs/AttributeReference.rst
+++ b/docs/AttributeReference.rst
@@ -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.