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