]> granicus.if.org Git - clang/commit
Introduce the notion of 'ignored' attributes, so that all attributes
authorDouglas Gregor <dgregor@apple.com>
Wed, 2 May 2012 16:18:45 +0000 (16:18 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 2 May 2012 16:18:45 +0000 (16:18 +0000)
commit331d2ec7cd4c6b5e29cc61fcdc617bf708223cd4
treebec68c49ec3efc253d272b6bbf3f2d118258a51c
parent3e7d31aa6050a2fb6cb35912793eb3f1b3a22030
Introduce the notion of 'ignored' attributes, so that all attributes
we accept are not modeled somehow via Attr.td.

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