Age | Commit message (Expand) | Author |
2010-04-12 | fix a bug I noticed by inspection, correcting two reject-valid bugs. | Chris Lattner |
2010-04-12 | Have the parser decide whether a message to super is a variable or | Chris Lattner |
2010-04-11 | fix PR6811 by not parsing 'super' as a magic expression in | Chris Lattner |
2010-04-08 | Patch to implement gcc's cstyle arguments in objc | Fariborz Jahanian |
2010-04-07 | Implement code completion for Objective-C method declarations and | Douglas Gregor |
2010-04-06 | Patch to not build ivar ASTs when they are ilegally | Fariborz Jahanian |
2010-04-02 | Improve diagnosing when a method type does not start with '-'|'+' | Fariborz Jahanian |
2010-03-31 | Issue better syntax error when objc's messaging | Fariborz Jahanian |
2010-03-31 | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor |
2010-03-31 | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor |
2010-03-31 | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor |
2010-03-22 | Fixes access rues for ivars declared in class | Fariborz Jahanian |
2010-03-16 | Don't consume tokens past the end-of-file in an @interface. Fixes | Douglas Gregor |
2010-02-22 | Early support for declaring ivars in class extensions. wip. | Fariborz Jahanian |
2010-02-18 | Allow GNU attributes to appear in an Objective-C method declaration | Ted Kremenek |
2010-02-15 | Issue a bettter diagnostics for incorrect property setter name. | Fariborz Jahanian |
2010-02-11 | Clean up ownership of 'AttributeList' objects in Parser. Apparently | Ted Kremenek |
2010-02-03 | Simplify setting of DeclContext for @catch variable | Fariborz Jahanian |
2010-02-03 | Fix DeclContext of an objective-c @catch variable | Fariborz Jahanian |
2010-01-16 | Keep track of the source locations for each protocol reference in | Douglas Gregor |
2010-01-13 | Code-completion for @public, @protected, @private, @package. | Douglas Gregor |
2010-01-13 | Whenever completing ordinary names for an Objective-C source, also | Douglas Gregor |
2010-01-07 | Change ObjCContainerDecl to contain the entire range for the '@end' | Ted Kremenek |
2009-12-16 | Check in a rudimentary FullExpr class that isn't used anywhere yet. Rename Ac... | Anders Carlsson |
2009-12-07 | reduce nesting. | Chris Lattner |
2009-12-07 | Code completion for Objective-C @ keywords that are statements or expressions | Douglas Gregor |
2009-12-07 | Code completion for Objective-C @ directives | Douglas Gregor |
2009-12-06 | remove some extraneous syntax: sourceloc implicitly converts to sourcerange. | Chris Lattner |
2009-12-03 | Lift the ObjCPropertyCallback out of local scope to unbreak VS2005 builds. | John McCall |
2009-11-21 | Added rudimentary C++0x attribute support. | Sean Hunt |
2009-11-19 | Objective-C code completion within properties after "setter = " or | Douglas Gregor |
2009-11-19 | Improve code completion for Objective-C message sends, so that we | Douglas Gregor |
2009-11-18 | Rename CodeCompleteObjCProperty to something more specific. No functionality ... | Douglas Gregor |
2009-11-18 | Code completion after @dynamic | Douglas Gregor |
2009-11-18 | Code completion for Objective-C @synthesized. | Douglas Gregor |
2009-11-18 | Improve diagnostics and recovery when parsing @synthesized definitions | Douglas Gregor |
2009-11-18 | Implement code completion for Objective-C category names in @interface | Douglas Gregor |
2009-11-18 | Code completion for Objective-C class names after @interface, | Douglas Gregor |
2009-11-18 | Code completion after @property, providing the names of forward-declared prop... | Douglas Gregor |
2009-11-18 | Code completion for Objective-C properly lists | Douglas Gregor |
2009-11-17 | Rename Objective-C message send completion functions to indicate that we're r... | Douglas Gregor |
2009-11-17 | Pass source locations of identifiers referenced by @class through Action::Act... | Ted Kremenek |
2009-11-17 | Fixes a typo, reported by Doug. | Fariborz Jahanian |
2009-11-16 | Handle case of missing '@end' in implementation context | Fariborz Jahanian |
2009-11-10 | Add FIXIT hint for -Wsemicolon-before-method-body | Ted Kremenek |
2009-11-10 | Make -Wsemicolon-before-method-body opt-in (and part of -Wextra). Addresses ... | Ted Kremenek |
2009-11-07 | Add basic code completion support for ObjC messages. | Steve Naroff |
2009-11-06 | Fix a bogus objective-c warning with -pedantic. | Fariborz Jahanian |
2009-11-06 | add some fixit hints. | Chris Lattner |
2009-11-04 | Change our basic strategy for avoiding deprecation warnings when the decl use | John McCall |