aboutsummaryrefslogtreecommitdiff
path: root/clang.xcodeproj
AgeCommit message (Expand)Author
2011-06-15The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall
2011-06-09Add few missing files in AST directory to xcode project.Fariborz Jahanian
2011-02-23In the clang.xcodeproj modify the 'clang' target to do nothing, not try to bu...Argyrios Kyrtzidis
2011-02-14Anger the CMake gods by updating 'clang.xcodeproj'.Argyrios Kyrtzidis
2011-01-13Save getObjCGCAttrKind and use it in two placesFariborz Jahanian
2011-01-12Update Xcode project.Anders Carlsson
2010-12-06Add BlocksAttr assert on __block specificFariborz Jahanian
2010-12-04Replace calls to AppendBytes with calls to AppendPadding when the bytes appen...Anders Carlsson
2010-11-30Such function decls,as objc's objc_msgSend, builtins in Fariborz Jahanian
2010-11-30Update Xcode project: remove Action.cpp, add DumpXML.cpp.John McCall
2010-11-28Move CGCXXABI functions to CGCXXABI.cppAnders Carlsson
2010-11-25Update Xcode project.Anders Carlsson
2010-11-21Update Xcode project.Anders Carlsson
2010-11-21Update Xcode project.Anders Carlsson
2010-11-21Forward the -fno-elide-constructor argument to clang -cc1. Fixes PR8652.Anders Carlsson
2010-11-08Fixes a rewrite bug, rewriting nested property usage Fariborz Jahanian
2010-10-31More CharUnits conversion.Anders Carlsson
2010-10-30test/SemaCXX/crash-8124080.cpp -> test/SemaCXX/crashes.cppArgyrios Kyrtzidis
2010-10-29Qualified 'id' should implement all of static class type'sFariborz Jahanian
2010-10-27If a virtual member function has the 'final' attribute, we can devirtualize c...Anders Carlsson
2010-10-25Patch for mis-compile of statement expressions withFariborz Jahanian
2010-10-24Move the "used but marked unused" warning behind a special warning flag for now.Anders Carlsson
2010-10-22After discussion with Doug and John, I am revertingFariborz Jahanian
2010-10-20Add a __has_attribute macro that works much like __has_feature and __has_buil...Anders Carlsson
2010-10-18patch fixes class names missing from method names in debug information for Fariborz Jahanian
2010-10-16Xcode keeps modifying the project file and I don't know how to ignore the cha...Argyrios Kyrtzidis
2010-10-08When dealing with an assignment with LHS being a property referenceFariborz Jahanian
2010-10-05Fix a block rewriter bug where copy/dispose entries in Fariborz Jahanian
2010-10-02Use ParseObjCSelectorPiece for parsing getter and setter names in @property d...Anders Carlsson
2010-09-27Copying result of object property reference expressionFariborz Jahanian
2010-09-24Allow the use of C++0x deleted functions as an extension in C++98.Anders Carlsson
2010-09-03Static local variables don't result in global constructors being emitted.Anders Carlsson
2010-09-03Get rid of the "functions declared 'noreturn' should have a 'void' result typ...Anders Carlsson
2010-08-31xcode project file update.Fariborz Jahanian
2010-08-26clang.xcodeproj updated.Fariborz Jahanian
2010-08-26Add DelayedDiagnostic.h to xcode project file.Fariborz Jahanian
2010-08-26More update of clang.xcodeproj for recent changes.Fariborz Jahanian
2010-08-26Update clang.xcodeproj for recent refactorings.Fariborz Jahanian
2010-08-18Rename the ASTReader header files.Sebastian Redl
2010-08-18Rename the ASTReader implementation files.Sebastian Redl
2010-08-18Rename PCHWriter.h to ASTWriter.hSebastian Redl
2010-08-18Rename the ASTWriter implementation filesSebastian Redl
2010-08-17Reintroduce the serialization library, with fixed dependencies.Sebastian Redl
2010-08-17Revert Sebastian's build-breaking patch.Douglas Gregor
2010-08-17Create a new Serialization module that contains all the PCH code, and will co...Sebastian Redl
2010-08-12Update Xcode projectDouglas Gregor
2010-06-30Nasty rewriter bug which turns out to have an easy fix inFariborz Jahanian
2010-06-08Update Xcode project.Anders Carlsson
2010-05-26Update .xcodeproj file.Anders Carlsson
2010-05-26Remove RecordLayoutBuilder.hAnders Carlsson