]> granicus.if.org Git - clang/commit
Forcing it to be an error when there is no Documentation list specified for an attrib...
authorAaron Ballman <aaron@aaronballman.com>
Mon, 17 Feb 2014 18:23:02 +0000 (18:23 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 17 Feb 2014 18:23:02 +0000 (18:23 +0000)
commitbb61aa3ab695b1f17a902aefb4d09859e74e1377
tree7efc4e44395c0b375821ad63be53d149a56c1030
parentc0e27313d25f28bf8e1724536e2a7a12f4daf55b
Forcing it to be an error when there is no Documentation list specified for an attribute. This is a bit of a (harmless) hack, but the FIXME explains why and when this hack can be removed. It's a justified hack because this prevents attribute authors from forgetting to add documentation when they add a new attribute.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201524 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/ClangAttrEmitter.cpp