]> granicus.if.org Git - clang/commit
Refactored the way attribute category headers are handled so that it is possible...
authorAaron Ballman <aaron@aaronballman.com>
Wed, 19 Feb 2014 22:59:32 +0000 (22:59 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 19 Feb 2014 22:59:32 +0000 (22:59 +0000)
commite2ceaea5f5ea5786a638e29e92d7d48d7188e7c6
tree66926e4758c3f2c67e0e7333634eaf9bca8c71e2
parentb3a4266e913cd51806a9bc16091d3eee723e6277
Refactored the way attribute category headers are handled so that it is possible to use custom categories. This allows for moving the consumable attributes (consumable, callable_when, return_typestate, etc) to be grouped together, with a content heading, like they were in the language extensions documentation. Moved the consumable attribute documentation from the language extensions into the attribute documentation table.

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