]> granicus.if.org Git - clang/commit
Factored some function-like type reasoning out of SemaDeclAttr and onto Decl itself...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 16 Jan 2014 13:55:42 +0000 (13:55 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 16 Jan 2014 13:55:42 +0000 (13:55 +0000)
commit0e00e32712f8d1cc444cb17172a828d4ea573c72
treebfda437234f221d1be070db45f12ab48f25ea719
parent9acaea0cfc0136d14c588aeb211a635f0ddd8632
Factored some function-like type reasoning out of SemaDeclAttr and onto Decl itself. This allows for more declarative subjects in attribute tablegen where the attribute appertains to something function-like, but not strictly a FunctionDecl.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199387 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclBase.h
include/clang/Basic/Attr.td
lib/AST/DeclBase.cpp
lib/Sema/SemaDeclAttr.cpp
utils/TableGen/ClangAttrEmitter.cpp