summaryrefslogtreecommitdiff
path: root/clang.xcodeproj
Commit message (Expand)AuthorAgeFilesLines
* Add CGException.cpp, to be used for exception related code generation.Anders Carlsson2009-10-301-0/+4
* Add some missing header files to the Xcode project.Steve Naroff2009-10-261-0/+14
* Move the vtable builder to CGVtable.cpp, general cleanup.Anders Carlsson2009-10-111-0/+6
* Move our (non-existing) RTTI emission code into CGRtti.cpp. No functionality ...Anders Carlsson2009-10-101-0/+4
* Update Xcode project.Anders Carlsson2009-10-091-6/+0
* Add code completion support for ObjC property declarations/attributes.Steve Naroff2009-10-081-0/+2
* Add files to xcode project.Anders Carlsson2009-10-061-0/+6
* Move some functions from CodeGenFunctions to CodeGenModule so they can be use...Anders Carlsson2009-10-031-1/+1
* Add a -dump-record-layouts argument to clang-cc.Anders Carlsson2009-09-241-1/+1
* implement support for __builtin_eh_return_data_regno on x86-32 and x86-64.Chris Lattner2009-09-231-4/+0
* Fix indentation in xcode project.Anders Carlsson2009-09-231-1/+1
* Move codegen of new and delete to CGCXXExpr.cppAnders Carlsson2009-09-221-0/+4
* (With Doug's help) fix a crash in the code completion code that lead to a tes...Anders Carlsson2009-09-221-4/+10
* clean up xcode projChris Lattner2009-09-181-2/+2
* x86-64 ABI: If a type is a C++ record with either a non-trivial destructor or...Anders Carlsson2009-09-161-1/+1
* Rename AddressCXXOfBaseClass to GetAddressCXXOfBaseClass. Add a NullCheckValu...Anders Carlsson2009-09-121-1/+1
* Add CGCXXClass.cpp. and move CodeGenFunction::AddressCXXOfBaseClass there.Anders Carlsson2009-09-121-0/+4
* More fleshing out the C-based indexing API (under construction).Steve Naroff2009-08-311-0/+12
* Lot's of little changes to get the C-based indexing API going...Steve Naroff2009-08-281-0/+18
* Fill in Index.h header file and add stubs to implementation file.Steve Naroff2009-08-271-0/+10
* Add the partially implemented PartialDiagnostic class.Anders Carlsson2009-08-261-0/+2
* Update Xcode project file to include indexing source files.Steve Naroff2009-08-251-0/+128
* Update Xcode project.Anders Carlsson2009-08-191-5/+11
* Add a CastKind enum to CastExpr. Right now it's not used for much but it will...Anders Carlsson2009-07-311-5/+5
* No longer need to keep base class offsets in the offsetFariborz Jahanian2009-07-291-1/+1
* Check in CGRecordLayoutBuilder which is a reimplementation of the record lay...Anders Carlsson2009-07-231-0/+6
* Add a new ASTRecordLayoutBuilder class. Not used yet.Anders Carlsson2009-07-181-4/+6
* Revert r75641.Anders Carlsson2009-07-181-4/+4
* Rename RecordLayout.h to ASTRecordLayout.hAnders Carlsson2009-07-141-4/+4
* Add a DecltypeType type.Anders Carlsson2009-06-241-2/+2
* [class.local] p1 and p3. Also, add back the xcodeproj file.Anders Carlsson2009-06-241-0/+1844
* Remove old Xcode project. We can now automatically generate an Xcode project...Ted Kremenek2009-06-231-1844/+0
* remove extraneous diff.Chris Lattner2009-06-161-2/+0
* my refactoring of builtins changed target-specific builtins to only beChris Lattner2009-06-161-0/+2
* move the various builtins stuff from libast to libbasic. ThisChris Lattner2009-06-141-18/+14
* Use the correct indentation for DeclTemplate.cppAnders Carlsson2009-06-041-1/+1
* Add DeclPrinter.cppAnders Carlsson2009-06-041-0/+4
* Make sure to call FullExpr before parsing anything else.Anders Carlsson2009-06-041-3/+3
* Use the right indentation for CGCXXTemp.cppAnders Carlsson2009-06-041-1/+1
* Update Xcode projectDouglas Gregor2009-06-041-0/+4
* Move code generation of C++ temporaries into a new file.Anders Carlsson2009-06-031-0/+4
* Update Xcode projectAnders Carlsson2009-05-301-66/+68
* Remove AstGuard.h from Xcode project.Anders Carlsson2009-05-261-2/+0
* Add SemaTemplateInstantiateStmt.cpp to Xcode project.Anders Carlsson2009-05-151-0/+4
* Add SemaTemplateInstantiateExpr.cpp to Xcode project.Anders Carlsson2009-05-151-0/+4
* Fix rdar://6880259 - invalid function name in block call (__NSConcreteGlobalB...Chris Lattner2009-05-131-1/+1
* add an abbreviation for common PARM_VAR_DECL. All but 9 of the Chris Lattner2009-04-271-0/+6
* split decl writing out to its own PCHWriterDecl.cpp file.Chris Lattner2009-04-271-0/+4
* split decl reading out to its own PCHReaderDecl.cpp file.Chris Lattner2009-04-271-0/+4
* split stmt/expr deserialization out to PCHReaderStmt.cppChris Lattner2009-04-271-0/+4