summaryrefslogtreecommitdiffstats
path: root/clang.xcodeproj
Commit message (Expand)AuthorAgeFilesLines
* Static local variables don't result in global constructors being emitted.Anders Carlsson2010-09-031-1/+0
* Get rid of the "functions declared 'noreturn' should have a 'void' result typ...Anders Carlsson2010-09-031-0/+7
* xcode project file update.Fariborz Jahanian2010-08-311-0/+4
* clang.xcodeproj updated.Fariborz Jahanian2010-08-261-10/+6
* Add DelayedDiagnostic.h to xcode project file.Fariborz Jahanian2010-08-261-0/+2
* More update of clang.xcodeproj for recent changes.Fariborz Jahanian2010-08-261-0/+28
* Update clang.xcodeproj for recent refactorings.Fariborz Jahanian2010-08-261-42/+146
* Rename the ASTReader header files.Sebastian Redl2010-08-181-4/+4
* Rename the ASTReader implementation files.Sebastian Redl2010-08-181-12/+12
* Rename PCHWriter.h to ASTWriter.hSebastian Redl2010-08-181-2/+2
* Rename the ASTWriter implementation filesSebastian Redl2010-08-181-12/+12
* Reintroduce the serialization library, with fixed dependencies.Sebastian Redl2010-08-171-72/+59
* Revert Sebastian's build-breaking patch.Douglas Gregor2010-08-171-59/+72
* Create a new Serialization module that contains all the PCH code, and will co...Sebastian Redl2010-08-171-72/+59
* Update Xcode projectDouglas Gregor2010-08-121-76/+26
* Nasty rewriter bug which turns out to have an easy fix inFariborz Jahanian2010-06-301-12/+207
* Update Xcode project.Anders Carlsson2010-06-081-20/+26
* Update .xcodeproj file.Anders Carlsson2010-05-261-36/+36
* Remove RecordLayoutBuilder.hAnders Carlsson2010-05-261-2/+0
* Add an InheritancePath parameter to the ImplicitCastExpr constructor.Anders Carlsson2010-04-231-130/+147
* Turn CXXMethodVector into a generic class template.Anders Carlsson2010-04-231-19/+35
* Rename CGVtable files to CGVTables.Anders Carlsson2010-04-081-6/+6
* IRGen: Hide CGRecordLayoutBuilder class, because I can.Daniel Dunbar2010-03-311-2/+0
* Update xcode projectAnders Carlsson2010-03-301-4/+8
* Add some missing files to xcode projectFariborz Jahanian2010-03-231-0/+28
* Assert that primary bases always have offset 0.Anders Carlsson2010-03-111-0/+4
* More improvements to construction vtables; we know handle vbase offsets corre...Anders Carlsson2010-02-281-1/+1
* Combine AsmStmt::setOutputsAndInputs and AsmStmt::setClobbers.Anders Carlsson2010-01-301-1/+1
* Update .xcodeproj file (Yes this is getting old and I should really switch to...Anders Carlsson2010-01-291-2/+26
* Update the xcode project for real and don't check in a failing test.Anders Carlsson2010-01-271-4/+6
* Refix rewriting of an ivar access when it isFariborz Jahanian2010-01-261-1/+1
* Move the VTT related code into its own file, CGVTT.cppAnders Carlsson2010-01-211-0/+4
* Update Xcode project.Anders Carlsson2010-01-191-8/+36
* More work on the FullExpr class.Anders Carlsson2009-12-161-1/+1
* Check in a rudimentary FullExpr class that isn't used anywhere yet. Rename Ac...Anders Carlsson2009-12-161-0/+6
* Remove clang-cc tool, it has joined in unholy union with clang.Daniel Dunbar2009-12-121-12/+4
* Fix tabs.Anders Carlsson2009-12-101-1/+1
* Add CGDeclCXX.cpp and move EmitCXXGlobalVarDeclInit there.Anders Carlsson2009-12-101-1/+5
* Update .xcodeproj fileAnders Carlsson2009-12-051-4/+4
* Update project file.Anders Carlsson2009-11-241-12/+12
* Move GlobalDecl to its own file. Also add DenseMapInfo traits.Anders Carlsson2009-11-131-0/+2
* Update xode project.Anders Carlsson2009-11-101-0/+12
* 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