aboutsummaryrefslogtreecommitdiff
path: root/clang.xcodeproj
AgeCommit message (Expand)Author
2009-11-13Move GlobalDecl to its own file. Also add DenseMapInfo traits.Anders Carlsson
2009-11-10Update xode project.Anders Carlsson
2009-10-30Add CGException.cpp, to be used for exception related code generation.Anders Carlsson
2009-10-26Add some missing header files to the Xcode project.Steve Naroff
2009-10-11Move the vtable builder to CGVtable.cpp, general cleanup.Anders Carlsson
2009-10-10Move our (non-existing) RTTI emission code into CGRtti.cpp. No functionality ...Anders Carlsson
2009-10-09Update Xcode project.Anders Carlsson
2009-10-08Add code completion support for ObjC property declarations/attributes.Steve Naroff
2009-10-06Add files to xcode project.Anders Carlsson
2009-10-03Move some functions from CodeGenFunctions to CodeGenModule so they can be use...Anders Carlsson
2009-09-24Add a -dump-record-layouts argument to clang-cc.Anders Carlsson
2009-09-23implement support for __builtin_eh_return_data_regno on x86-32 and x86-64.Chris Lattner
2009-09-23Fix indentation in xcode project.Anders Carlsson
2009-09-22Move codegen of new and delete to CGCXXExpr.cppAnders Carlsson
2009-09-22(With Doug's help) fix a crash in the code completion code that lead to a tes...Anders Carlsson
2009-09-18clean up xcode projChris Lattner
2009-09-16x86-64 ABI: If a type is a C++ record with either a non-trivial destructor or...Anders Carlsson
2009-09-12Rename AddressCXXOfBaseClass to GetAddressCXXOfBaseClass. Add a NullCheckValu...Anders Carlsson
2009-09-12Add CGCXXClass.cpp. and move CodeGenFunction::AddressCXXOfBaseClass there.Anders Carlsson
2009-08-31More fleshing out the C-based indexing API (under construction).Steve Naroff
2009-08-28Lot's of little changes to get the C-based indexing API going...Steve Naroff
2009-08-27Fill in Index.h header file and add stubs to implementation file.Steve Naroff
2009-08-26Add the partially implemented PartialDiagnostic class.Anders Carlsson
2009-08-25Update Xcode project file to include indexing source files.Steve Naroff
2009-08-19Update Xcode project.Anders Carlsson
2009-07-31Add a CastKind enum to CastExpr. Right now it's not used for much but it will...Anders Carlsson
2009-07-29No longer need to keep base class offsets in the offsetFariborz Jahanian
2009-07-23Check in CGRecordLayoutBuilder which is a reimplementation of the record lay...Anders Carlsson
2009-07-18Add a new ASTRecordLayoutBuilder class. Not used yet.Anders Carlsson
2009-07-18Revert r75641.Anders Carlsson
2009-07-14Rename RecordLayout.h to ASTRecordLayout.hAnders Carlsson
2009-06-24Add a DecltypeType type.Anders Carlsson
2009-06-24[class.local] p1 and p3. Also, add back the xcodeproj file.Anders Carlsson
2009-06-23Remove old Xcode project. We can now automatically generate an Xcode project...Ted Kremenek
2009-06-16remove extraneous diff.Chris Lattner
2009-06-16my refactoring of builtins changed target-specific builtins to only beChris Lattner
2009-06-14move the various builtins stuff from libast to libbasic. ThisChris Lattner
2009-06-04Use the correct indentation for DeclTemplate.cppAnders Carlsson
2009-06-04Add DeclPrinter.cppAnders Carlsson
2009-06-04Make sure to call FullExpr before parsing anything else.Anders Carlsson
2009-06-04Use the right indentation for CGCXXTemp.cppAnders Carlsson
2009-06-04Update Xcode projectDouglas Gregor
2009-06-03Move code generation of C++ temporaries into a new file.Anders Carlsson
2009-05-30Update Xcode projectAnders Carlsson
2009-05-26Remove AstGuard.h from Xcode project.Anders Carlsson
2009-05-15Add SemaTemplateInstantiateStmt.cpp to Xcode project.Anders Carlsson
2009-05-15Add SemaTemplateInstantiateExpr.cpp to Xcode project.Anders Carlsson
2009-05-13Fix rdar://6880259 - invalid function name in block call (__NSConcreteGlobalB...Chris Lattner
2009-04-27add an abbreviation for common PARM_VAR_DECL. All but 9 of the Chris Lattner
2009-04-27split decl writing out to its own PCHWriterDecl.cpp file.Chris Lattner