]> granicus.if.org Git - clang/commit
Moving the documentation for the type safety checking attributes into AttrDocs. If...
authorAaron Ballman <aaron@aaronballman.com>
Fri, 21 Feb 2014 14:14:04 +0000 (14:14 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 21 Feb 2014 14:14:04 +0000 (14:14 +0000)
commit953d47e3528313b213b8e0c7701b671e3f491353
tree637a86c7a1752aeeec6f5f4330e3a535af9dcef7
parentb2bb16b671f291a826da17cbec295cd5752444b4
Moving the documentation for the type safety checking attributes into AttrDocs. If a custom heading is provided, do not automatically generate the alternate spelling list. This is necessary because some attributes have distinct semantic spellings and meanings, but use the same semantic attribute internally. Such attributes should have multiple elements in their documentation list, but not show all spellings. At some point, it would be nice to have a way to attach the documentation element to a specific spelling for these cases.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201851 91177308-0d34-0410-b5e6-96231b3b80d8
docs/AttributeReference.rst
docs/LanguageExtensions.rst
include/clang/Basic/Attr.td
include/clang/Basic/AttrDocs.td
utils/TableGen/ClangAttrEmitter.cpp