From 7e12c117dfcbd54c5184d60fa78dd6321affd641 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Thu, 15 Feb 2018 16:28:10 +0000 Subject: [PATCH] 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 --- lib/Sema/SemaDeclAttr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.40.0