summaryrefslogtreecommitdiffstats
path: root/clang/clang.xcodeproj
Commit message (Expand)AuthorAgeFilesLines
* Take 2 (take 3?) at removing derelict clang.xcodeproj. All Xcode users shoul...Ted Kremenek2011-08-151-2103/+0
* Rename GRState to ProgramState, and cleanup some code formatting along the way.Ted Kremenek2011-08-151-8/+8
* Remove BoostCon-specific code from Clang. FWIW, I'm a fan of things like thi...Jonathan D. Turner2011-07-071-2/+0
* The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall2011-06-151-0/+41
* Add few missing files in AST directory to xcode project.Fariborz Jahanian2011-06-091-0/+15
* In the clang.xcodeproj modify the 'clang' target to do nothing, not try to bu...Argyrios Kyrtzidis2011-02-231-893/+0
* Anger the CMake gods by updating 'clang.xcodeproj'.Argyrios Kyrtzidis2011-02-141-0/+386
* Save getObjCGCAttrKind and use it in two placesFariborz Jahanian2011-01-131-1/+0
* Update Xcode project.Anders Carlsson2011-01-121-6/+9
* Add BlocksAttr assert on __block specificFariborz Jahanian2010-12-061-1/+0
* Replace calls to AppendBytes with calls to AppendPadding when the bytes appen...Anders Carlsson2010-12-041-0/+1
* Such function decls,as objc's objc_msgSend, builtins in Fariborz Jahanian2010-11-301-1/+0
* Update Xcode project: remove Action.cpp, add DumpXML.cpp.John McCall2010-11-301-4/+4
* Move CGCXXABI functions to CGCXXABI.cppAnders Carlsson2010-11-281-0/+4
* Update Xcode project.Anders Carlsson2010-11-251-4/+4
* Update Xcode project.Anders Carlsson2010-11-211-11/+348
* Update Xcode project.Anders Carlsson2010-11-211-190/+42
* Forward the -fno-elide-constructor argument to clang -cc1. Fixes PR8652.Anders Carlsson2010-11-211-0/+1
* Fixes a rewrite bug, rewriting nested property usage Fariborz Jahanian2010-11-081-1/+0
* More CharUnits conversion.Anders Carlsson2010-10-311-124/+0
* test/SemaCXX/crash-8124080.cpp -> test/SemaCXX/crashes.cppArgyrios Kyrtzidis2010-10-301-0/+1
* Qualified 'id' should implement all of static class type'sFariborz Jahanian2010-10-291-1/+0
* If a virtual member function has the 'final' attribute, we can devirtualize c...Anders Carlsson2010-10-271-0/+1
* Patch for mis-compile of statement expressions withFariborz Jahanian2010-10-251-1/+0
* Move the "used but marked unused" warning behind a special warning flag for now.Anders Carlsson2010-10-241-0/+1
* After discussion with Doug and John, I am revertingFariborz Jahanian2010-10-221-1/+0
* Add a __has_attribute macro that works much like __has_feature and __has_buil...Anders Carlsson2010-10-201-0/+1
* patch fixes class names missing from method names in debug information for Fariborz Jahanian2010-10-181-1/+0
* Xcode keeps modifying the project file and I don't know how to ignore the cha...Argyrios Kyrtzidis2010-10-161-0/+1
* When dealing with an assignment with LHS being a property referenceFariborz Jahanian2010-10-081-1/+1
* Fix a block rewriter bug where copy/dispose entries in Fariborz Jahanian2010-10-051-1/+0
* Use ParseObjCSelectorPiece for parsing getter and setter names in @property d...Anders Carlsson2010-10-021-0/+1
* Copying result of object property reference expressionFariborz Jahanian2010-09-271-1/+0
* Allow the use of C++0x deleted functions as an extension in C++98.Anders Carlsson2010-09-241-0/+1
* 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
OpenPOWER on IntegriCloud