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

Chris Lattner clattner at apple.com
Wed Jun 17 17:36:00 PDT 2009


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?

-Chris



More information about the cfe-commits mailing list