[cfe-commits] r43534 - in /cfe/trunk: Sema/SemaDecl.cpp clang.xcodeproj/project.pbxproj include/clang/AST/Decl.h include/clang/AST/DeclObjC.h

Chris Lattner clattner at apple.com
Wed Dec 12 17:00:30 PST 2007


On Dec 12, 2007, at 9:21 AM, Fariborz Jahanian wrote:

>
> On Dec 11, 2007, at 10:05 PM, Chris Lattner wrote:
>
>> On Oct 30, 2007, at 5:12 PM, Fariborz Jahanian wrote:
>>> Author: fjahanian
>>> Date: Tue Oct 30 19:12:35 2007
>>> New Revision: 43534
>>>
>>> Added new type and bitfield fields in some decl types in  
>>> preparation for objective-c's type qualifiers.
>>> Added initialization of Class/SEMA types.
>>
>> Hi Fariborz,
>>
>> This patch adds ObjcDeclQualifier to VarDecl.  Doesn't it make  
>> more sense for them to be on ParmVarDecl?
>
> Yes it does. I will make the change later today.

Thanks Fariborz!

-Chris



More information about the cfe-commits mailing list