]> granicus.if.org Git - clang/commit
Added the notion of Type and TargetSpecific attributes to the clang tablegen. In...
authorAaron Ballman <aaron@aaronballman.com>
Tue, 30 Jul 2013 01:44:15 +0000 (01:44 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Tue, 30 Jul 2013 01:44:15 +0000 (01:44 +0000)
commit201bddcfeb53db9f0c84df46ec4afccc65286e5c
tree18b3f7d8e6e294f337ba1e495eaccf04e2a5f4c9
parent3cd6feb87a62fb52c31cbc83655d76ace020513f
Added the notion of Type and TargetSpecific attributes to the clang tablegen.  In turn, this fixes a mistake with Ptr32, Ptr64, UPtr and SPtr attribtues generating AST nodes that are never actually used.

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