summaryrefslogtreecommitdiffstats
path: root/clang/docs/AttributeReference.rst
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2014-02-17 15:27:10 +0000
committerAaron Ballman <aaron@aaronballman.com>2014-02-17 15:27:10 +0000
commit97dba048a3966bb889142fe0bf003dbad8e166cb (patch)
treeadc60f77164232d028ae6318ed7cdd42c68365d2 /clang/docs/AttributeReference.rst
parent6774f2241d4108693e602a46925660f2d4d10e1d (diff)
downloadbcm5719-llvm-97dba048a3966bb889142fe0bf003dbad8e166cb.tar.gz
bcm5719-llvm-97dba048a3966bb889142fe0bf003dbad8e166cb.zip
Implements a declarative approach to documenting individual attributes in Clang via a Documentation tablegen class. Also updates the internals manual with information about how to use this new, required, documentation feature.
This patch adds some very, very sparse initial documentation for some attributes. Additional effort from attribute authors is greatly appreciated. llvm-svn: 201515
Diffstat (limited to 'clang/docs/AttributeReference.rst')
-rw-r--r--clang/docs/AttributeReference.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/clang/docs/AttributeReference.rst b/clang/docs/AttributeReference.rst
new file mode 100644
index 00000000000..20aaeec35af
--- /dev/null
+++ b/clang/docs/AttributeReference.rst
@@ -0,0 +1,6 @@
+..
+ -------------------------------------------------------------------
+ NOTE: This file is a placeholder that gets replaced by running
+ clang-tblgen -gen-attr-docs. You should not edit this file by
+ hand, nor should you commit changes to this file.
+ ------------------------------------------------------------------- \ No newline at end of file
OpenPOWER on IntegriCloud