diff options
author | Chris Lattner <sabre@nondot.org> | 2010-03-22 20:59:10 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-03-22 20:59:10 +0000 |
commit | 697251253ceca13b38a6b6d08dcb4c449fd68cbc (patch) | |
tree | 973ecedfccb4153a7884ea57b0be5e244311e7f8 /lib/Parse/AttributeList.cpp | |
parent | 1a6154cf2e609b4ede74cb8d9a38ce28cbe833e9 (diff) |
revert r98661, gcc_tdiag is not an attribute (PR6542).
Will fix correctly now that I have a testcase
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99207 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Parse/AttributeList.cpp')
-rw-r--r-- | lib/Parse/AttributeList.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Parse/AttributeList.cpp b/lib/Parse/AttributeList.cpp index a66dd96b25..3cd74d57f5 100644 --- a/lib/Parse/AttributeList.cpp +++ b/lib/Parse/AttributeList.cpp @@ -92,7 +92,6 @@ AttributeList::Kind AttributeList::getKind(const IdentifierInfo *Name) { .Case("dllimport", AT_dllimport) .Case("dllexport", AT_dllexport) .Case("may_alias", IgnoredAttribute) // FIXME: TBAA - .Case("gcc_tdiag", IgnoredAttribute) // GCC diagnostics type checking. .Case("base_check", AT_base_check) .Case("deprecated", AT_deprecated) .Case("visibility", AT_visibility) |