r325261 - Amend r325256. This change was not properly merged locally before the commit happened.

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 15 08:28:10 PST 2018


Author: aaronballman
Date: Thu Feb 15 08:28:10 2018
New Revision: 325261

URL: http://llvm.org/viewvc/llvm-project?rev=325261&view=rev
Log:
Amend r325256. This change was not properly merged locally before the commit happened.

Modified:
    cfe/trunk/lib/Sema/SemaDeclAttr.cpp

Modified: cfe/trunk/lib/Sema/SemaDeclAttr.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaDeclAttr.cpp?rev=325261&r1=325260&r2=325261&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaDeclAttr.cpp (original)
+++ cfe/trunk/lib/Sema/SemaDeclAttr.cpp Thu Feb 15 08:28:10 2018
@@ -6029,7 +6029,7 @@ static void ProcessDeclAttribute(Sema &S
     handleAlwaysInlineAttr(S, D, AL);
     break;
   case AttributeList::AT_Artificial:
-    handleSimpleAttribute<ArtificialAttr>(S, D, Attr);
+    handleSimpleAttribute<ArtificialAttr>(S, D, AL);
     break;
   case AttributeList::AT_AnalyzerNoReturn:
     handleAnalyzerNoReturnAttr(S, D, AL);




More information about the cfe-commits mailing list