Moving r215806, r215807, and r215808 into AttrDocs.td. These changes were originally...
authorAaron Ballman <aaron@aaronballman.com>
Tue, 23 Jun 2015 13:41:03 +0000 (13:41 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Tue, 23 Jun 2015 13:41:03 +0000 (13:41 +0000)
llvm-svn: 240402

clang/include/clang/Basic/AttrDocs.td

index 4d21bbf..fbe4c0f 100644 (file)
@@ -181,6 +181,11 @@ to enforce the provided alignment assumption.
 def EnableIfDocs : Documentation {
   let Category = DocCatFunction;
   let Content = [{
+.. Note:: Some features of this attribute are experimental. The meaning of\r
+  multiple enable_if attributes on a single declaration is subject to change in\r
+  a future version of clang. Also, the ABI is not standardized and the name\r
+  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.
 When combined with the ``overloadable`` attribute, this feature is also