These attributes are no longer "checker-specific."

llvm-svn: 199625
This commit is contained in:
Ted Kremenek 2014-01-20 05:50:41 +00:00
parent 4cbdbaf764
commit b5867121a7
1 changed files with 0 additions and 1 deletions

View File

@ -4020,7 +4020,6 @@ static void ProcessDeclAttribute(Sema &S, Scope *scope, Decl *D,
case AttributeList::AT_CFUnknownTransfer:
handleCFUnknownTransferAttr(S, D, Attr); break;
// Checker-specific.
case AttributeList::AT_CFConsumed:
case AttributeList::AT_NSConsumed: handleNSConsumedAttr (S, D, Attr); break;
case AttributeList::AT_NSConsumesSelf: