Age | Commit message (Expand) | Author |
2008-05-12 | When reading in the DeclCtx during deserialization, register the DeclCtx of the | Ted Kremenek |
2008-05-10 | fix free/delete mismatch problem in add/mergeProperties (found by valgrind) | Nuno Lopes |
2008-05-09 | Extend vector member references to include {.hi, .lo, .e, .o} which return a | Nate Begeman |
2008-05-07 | Synthesized getter/setter method declarations need not have | Fariborz Jahanian |
2008-05-07 | This patch introduces declaration of getter methods for ObjC2's | Fariborz Jahanian |
2008-05-07 | Fixup InitListExpr::child_begin/end. Thanks to Ted for catching the regression. | Steve Naroff |
2008-05-07 | Fix off-by-one error. | Steve Naroff |
2008-05-05 | percolate @optional/@required protocols down to ASTs for | Fariborz Jahanian |
2008-05-04 | Simplify FunctionDecl::AddRedeclaration a bit by using std::swap. | Chris Lattner |
2008-05-02 | This patch is about merging ObjC2's properties declared in class | Fariborz Jahanian |
2008-05-02 | Fixed bug in ObjCIVarExpr: the child iterator now iterates over the Base expr... | Ted Kremenek |
2008-05-02 | Bug fix in StmtPrinter to handle pretty-printing ObjCMessageExprs involving v... | Ted Kremenek |
2008-05-01 | Use pointer swizziling to unify in ObjCMessageExpr the receiver and classname... | Ted Kremenek |
2008-05-01 | Extend InitListExpr API/IMPL to support arbitrary add/remove (in support of t... | Steve Naroff |
2008-04-28 | Bug fix in CFG::getBlockEdgeImpl(): Use a BumpPtrAllocator to allocate | Ted Kremenek |
2008-04-27 | Parsing of namespaces: | Argyrios Kyrtzidis |
2008-04-23 | TranslationUnit now owns IdentifierTable, TargetInfo, and Selectors objects | Ted Kremenek |
2008-04-23 | Patch to build AST for property implementation declarations and | Fariborz Jahanian |
2008-04-22 | "This patch renames | Chris Lattner |
2008-04-21 | Allow property in base class to be implemented in a | Fariborz Jahanian |
2008-04-21 | Continuation of work on ObjC2's properties. | Fariborz Jahanian |
2008-04-21 | Clean up handling of function redeclarations | Douglas Gregor |
2008-04-18 | OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris. | Nate Begeman |
2008-04-17 | Added property decl support for protocols. | Fariborz Jahanian |
2008-04-17 | Addition of TranslationUnitDecl to the AST: | Argyrios Kyrtzidis |
2008-04-16 | New AST class for property implementation declarations. | Fariborz Jahanian |
2008-04-16 | Fixed a comment. | Fariborz Jahanian |
2008-04-16 | Added CFGBlock::getTerminatorCondition() to get the Expr* of the condition a ... | Ted Kremenek |
2008-04-16 | This patch adds support for declaraing properties in categories, | Fariborz Jahanian |
2008-04-16 | Remove uses of "Selector&" and "const Selector&", since Selector is just an | Ted Kremenek |
2008-04-15 | Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar... | Steve Naroff |
2008-04-14 | New AST representation for each objc2's property declaration. | Fariborz Jahanian |
2008-04-13 | Introduce support for finding class and enum names via ordinary name lookup i... | Douglas Gregor |
2008-04-13 | This patch is just the easy part of the class names patch, which | Chris Lattner |
2008-04-13 | Use static_cast<> instead of cast<> in Decl::Destroy(). Suggestion by Argiris | Sam Bishop |
2008-04-12 | Default argument cleanups and minor improvements, patch by | Chris Lattner |
2008-04-11 | AST generation for objc2's property declarations. | Fariborz Jahanian |
2008-04-11 | Add class and super class location info to ObjCInterfaceDecl... | Steve Naroff |
2008-04-11 | Invoke destructors in Decl::Destroy(). | Sam Bishop |
2008-04-11 | Stub out and start using a Decl::Destroy() method. | Sam Bishop |
2008-04-11 | Use the ASTContext allocator when creating deserialized Decl objects. | Sam Bishop |
2008-04-10 | Several improvements from Doug Gregor related to default | Chris Lattner |
2008-04-08 | Changed the Decl::Kind enum of the ObjCPropertyDecl class, so that it follows | Sam Bishop |
2008-04-08 | Add support for C++ default arguments, and rework Parse-Sema | Chris Lattner |
2008-04-07 | Pass the ASTContext object around when deserializing Decl and Stmt objects, so | Sam Bishop |
2008-04-07 | random whitespace fixes. | Chris Lattner |
2008-04-07 | fix a bug I introduced in my previous checkin. | Chris Lattner |
2008-04-07 | simplify array compatibility testing. | Chris Lattner |
2008-04-07 | simplify reference handling. | Chris Lattner |
2008-04-07 | move some code around, no other change. | Chris Lattner |