Age | Commit message (Expand) | Author |
2013-05-06 | Grab-bag of bit-field fixes: | John McCall |
2013-04-03 | Escape more @ signs in Doxygen comments. | Jordan Rose |
2013-04-02 | Objective-C: Provide fixit hints when warning | Fariborz Jahanian |
2013-03-28 | Objective-C: Provide fixit suggestions when class object | Fariborz Jahanian |
2013-03-18 | ObjCDictionaryElements are pod-like. | Benjamin Kramer |
2013-02-21 | Use None rather than Optional<T>() where possible. | David Blaikie |
2013-02-20 | Include llvm::Optional in clang/Basic/LLVM.h | David Blaikie |
2013-01-12 | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko |
2012-12-25 | Fix for PR12222. | Erik Verbruggen |
2012-11-01 | [libclang] Introduce clang_Cursor_getReceiverType which returns the CXType for | Argyrios Kyrtzidis |
2012-10-11 | Remove pointless classof()'s. | Sean Silva |
2012-08-22 | Fix an assortment of doxygen comment issues found by -Wdocumentation. | Ted Kremenek |
2012-06-15 | Ongoing documentation cleanup: fixed Doxygen markup errors, added \brief | James Dennett |
2012-06-13 | More doxygen/documentation cleanups. | James Dennett |
2012-05-16 | [libclang/AST] Index references of protocols in "@protocol(...)" syntax. | Argyrios Kyrtzidis |
2012-04-19 | Implements boxed expressions for Objective-C. <rdar://problem/10194391> | Patrick Beard |
2012-03-30 | Add info to ObjCPropertyRefExpr to indicate whether the dot syntax property | Argyrios Kyrtzidis |
2012-03-09 | [AST] Mark Expr::getExprLoc() as LLVM_READONLY. | Daniel Dunbar |
2012-03-09 | [AST/etc] Mark {getSourceRange(),getStartLoc(),getEndLoc()} as LLVM_READONLY. | Daniel Dunbar |
2012-03-07 | Remove unnecessary include in ExprObjC.h | Richard Trieu |
2012-03-06 | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek |
2012-02-26 | Reorder members to save padding. | Benjamin Kramer |
2012-01-12 | Add IsImplicit field in ObjCMessageExpr that is true when the message | Argyrios Kyrtzidis |
2011-10-25 | Restore r142914 and r142915, now with missing file and apparent | John McCall |
2011-10-25 | Revert r142914 and r142915, due to possibly missing file. | NAKAMURA Takumi |
2011-10-25 | Introduce a placeholder type for "pseudo object" | John McCall |
2011-10-03 | Allow getting all source locations of selector identifiers in a ObjCMethodDecl. | Argyrios Kyrtzidis |
2011-10-03 | Move field in ObjCMessageExpr to avoid padding. | Argyrios Kyrtzidis |
2011-10-03 | Allow getting all source locations of selector identifiers in a ObjCMessageExpr. | Argyrios Kyrtzidis |
2011-10-03 | ArrayRef'ize ObjCMessageExpr | Argyrios Kyrtzidis |
2011-10-03 | Add an assertion that we don't overflow the bitfield ObjCMessageExpr::NumArgs. | Argyrios Kyrtzidis |
2011-10-03 | Pass all the locations of the selector identifiers for a message expression f... | Argyrios Kyrtzidis |
2011-09-09 | Give conversions of block pointers to ObjC pointers a different cast kind | John McCall |
2011-07-20 | now that we have a centralized place to do so, add some using declarations for | Chris Lattner |
2011-07-01 | Introduce the notion of instantiation dependence into Clang's AST. A | Douglas Gregor |
2011-06-15 | Automatic Reference Counting. | John McCall |
2011-04-15 | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner |
2011-03-30 | Fix IRGen issues related to using property-dot syntax | Fariborz Jahanian |
2011-03-02 | Move some of the logic about classifying Objective-C methods into | John McCall |
2011-02-09 | Remove vtables from the Stmt hierarchy; this was pretty easy as | John McCall |
2011-01-19 | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall |
2011-01-03 | Refactor the tree transform's many loops over sets of expressions | Douglas Gregor |
2010-12-15 | Variadic templates: extend the Expr class with a bit that specifies | Douglas Gregor |
2010-12-10 | Introduce ObjCMessageExpr::getReceiverRange() to get the source range of the ... | Argyrios Kyrtzidis |
2010-12-10 | Keep the source location of the selector in ObjCMessageExpr. | Argyrios Kyrtzidis |
2010-12-02 | Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope... | John McCall |
2010-11-18 | Calculate the value kind of an expression when it's created and | John McCall |
2010-10-15 | Eradicate IsSuper field from ObjCImplicitSetterGetterRefExprClass | Fariborz Jahanian |
2010-10-14 | Eliminate usage of ObjCSuperExpr used for | Fariborz Jahanian |
2010-09-10 | Make 'setProperty()', 'setBase()', and 'setLocation()' private in ObjCPropert... | Ted Kremenek |