From: Aaron Ballman Date: Thu, 15 Feb 2018 16:28:10 +0000 (+0000) Subject: Amend r325256. This change was not properly merged locally before the commit happened. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e12c117dfcbd54c5184d60fa78dd6321affd641;p=clang Amend r325256. This change was not properly merged locally before the commit happened. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@325261 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaDeclAttr.cpp b/lib/Sema/SemaDeclAttr.cpp index fd1b7811db..6126c7f516 100644 --- a/lib/Sema/SemaDeclAttr.cpp +++ b/lib/Sema/SemaDeclAttr.cpp @@ -6029,7 +6029,7 @@ static void ProcessDeclAttribute(Sema &S, Scope *scope, Decl *D, handleAlwaysInlineAttr(S, D, AL); break; case AttributeList::AT_Artificial: - handleSimpleAttribute(S, D, Attr); + handleSimpleAttribute(S, D, AL); break; case AttributeList::AT_AnalyzerNoReturn: handleAnalyzerNoReturnAttr(S, D, AL);