]> granicus.if.org Git - clang/commit
Specifying the diagnostic argument through the attribute table generator instead...
authorAaron Ballman <aaron@aaronballman.com>
Wed, 16 Jul 2014 20:28:10 +0000 (20:28 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 16 Jul 2014 20:28:10 +0000 (20:28 +0000)
commit7b183ffd3e099f59fd5b7e50756786c30cb85b51
tree1437f3a7584154e6d9ea9393ee35537ecf1bbe45
parent906f34cfabeee1255af10a0efaa9f7ef2372ce17
Specifying the diagnostic argument through the attribute table generator instead of having to enter it manually as part of the attribute subject list. This only affects attributes appertaining to ObjC interfaces and protocols.

No new tests required as this is covered by existing tests.

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