From 0e4c62733d96617f02d51f743b985e978a888d58 Mon Sep 17 00:00:00 2001 From: Nate Begeman Date: Sun, 17 Feb 2008 21:04:23 +0000 Subject: [PATCH] Revert this temporarily, it's breaking objc :/ git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47245 91177308-0d34-0410-b5e6-96231b3b80d8 --- Sema/SemaDecl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sema/SemaDecl.cpp b/Sema/SemaDecl.cpp index 9a19928ce7..797efea7c5 100644 --- a/Sema/SemaDecl.cpp +++ b/Sema/SemaDecl.cpp @@ -987,8 +987,8 @@ Sema::ActOnParamDeclarator(struct DeclaratorChunk::ParamInfo &PI, II->setFETokenInfo(New); FnScope->AddDecl(New); } - - HandleDeclAttributes(New, PI.AttrList, 0); + // FIXME: Handle Attributes + //HandleDeclAttributes(New, PI.AttrList, 0); return New; } -- 2.50.1