[cfe-commits] r55261 - /cfe/trunk/lib/Sema/Sema.cpp

Chris Lattner clattner at apple.com
Sat Aug 23 17:03:43 PDT 2008


On Aug 23, 2008, at 3:20 PM, Anders Carlsson wrote:

> Author: andersca
> Date: Sat Aug 23 17:20:38 2008
> New Revision: 55261
>
> URL: http://llvm.org/viewvc/llvm-project?rev=55261&view=rev
> Log:
> Make sure to create CXX record decls for the implicit Obj-C type  
> declarations. This lets us compile Cocoa.h as Objective-C++

Why is this needed?  Unless they are using spiffy C++ features, they  
should be able to use the lighter weight implementation.

-Chris



More information about the cfe-commits mailing list