mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-25 14:50:26 +00:00
Clarify.
llvm-svn: 215808
This commit is contained in:
parent
367cbddfc2
commit
12be8efc62
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user