[cfe-commits] r73649 - in /cfe/trunk: include/clang/AST/ include/clang/Frontend/ lib/AST/ lib/Analysis/ lib/CodeGen/ lib/Frontend/ lib/Sema/

steve naroff snaroff at apple.com
Wed Jun 17 18:39:34 PDT 2009


On Jun 17, 2009, at 5:36 PM, Chris Lattner <clattner at apple.com> wrote:

> On Jun 17, 2009, at 3:40 PM, Steve Naroff wrote:
>> URL: http://llvm.org/viewvc/llvm-project?rev=73649&view=rev
>> Log:
>> First step toward fixing <rdar://problem/6613046> refactor clang  
>> objc type representation.
>>
>> Add a type (ObjCObjectPointerType) and remove a type  
>> (ObjCQualifiedIdType).
>>
>> This large/tedious patch is just a first step. Next step is to  
>> remove ObjCQualifiedInterfaceType. After that, I will remove the  
>> magic TypedefType for 'id' (installed by Sema). This work will  
>> enable various simplifications throughout clang (when dealing with  
>> ObjC types).
>
> Very nice!  I assume you'll eliminate  
> ASTContext::getObjCQualifiedIdType etc as cleanup patches following  
> this one?
>

That's correct.

Snaroff

> -Chris



More information about the cfe-commits mailing list