]> granicus.if.org Git - clang/commit
Introduce the notion of an attribute that has no direct representation
authorDouglas Gregor <dgregor@apple.com>
Wed, 2 May 2012 15:56:52 +0000 (15:56 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 2 May 2012 15:56:52 +0000 (15:56 +0000)
commit3e7d31aa6050a2fb6cb35912793eb3f1b3a22030
tree2fdc956645fafe6adb6f789e7a4c9541bc43fa5e
parent0639c8b31fdde248170fdd151a12566d0fbe7bf8
Introduce the notion of an attribute that has no direct representation
as an AST node, and fold a number of such attributes into Attr.td.

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