From 697251253ceca13b38a6b6d08dcb4c449fd68cbc Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 22 Mar 2010 20:59:10 +0000 Subject: [PATCH] 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 --- lib/Parse/AttributeList.cpp | 1 - 1 file changed, 1 deletion(-) 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) -- 2.40.0