summaryrefslogtreecommitdiffstats
path: root/clang.xcodeproj
Commit message (Expand)AuthorAgeFilesLines
* 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
* pull the constraint string into the ConstraintInfo structChris Lattner2009-04-261-4/+0
* split ObjC and C++ Statements out into their own headers.Chris Lattner2009-04-261-0/+4
* implement PCH support for the rest of ExprObjC.h, includingChris Lattner2009-04-261-4/+0
* Fix rdar://6821047 - clang crashes on subscript of interface in 64-bit modeChris Lattner2009-04-241-3/+7
* remove some gone filesChris Lattner2009-04-231-12/+0
* Update Xcode project with recently added files.Steve Naroff2009-04-211-0/+10
* Split preprocessor initialization logic out of clang-cc intoChris Lattner2009-04-211-0/+6
* the __gnuc_inline__ attribute is actually named __gnu_inline__,Chris Lattner2009-04-201-3/+3
* move jump scope checking and related code out into its own file, SemaDecl.cpp isChris Lattner2009-04-191-0/+4
* Update Xcode project with some PCH related headers.Steve Naroff2009-04-171-0/+6
* split diagnostic group definitions out into their own file.Chris Lattner2009-04-161-2/+2
* add a bunch of files.Chris Lattner2009-04-151-10/+16
* add Diagnostic.td to projChris Lattner2009-04-151-0/+2
* Add CGCXX.h with ctor/dtor type enumerations. No functionality change.Anders Carlsson2009-04-151-1/+5
* add fixitrewriter to xcode projChris Lattner2009-04-141-0/+6
* add some #includes for better compatibility with gcc 4.4,Chris Lattner2009-04-111-2/+2
* add PCH stuff to projectChris Lattner2009-04-101-0/+18
* add driver headers to xcode projChris Lattner2009-04-081-0/+42
* Add clang-cc to the xcodeproj file.Anders Carlsson2009-04-061-23/+23
* add TemplateName.cpp/h to the xcode project, minor tidying.Chris Lattner2009-04-021-0/+6
* Add ConvertUTF module from http://www.unicode.org/Public/PROGRAMS/CVTUTF.Steve Naroff2009-04-011-0/+6
* sort alphabeticallyChris Lattner2009-03-281-1/+1