summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseObjc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Patch to implement gcc's cstyle arguments in objcFariborz Jahanian2010-04-081-4/+13
* Implement code completion for Objective-C method declarations andDouglas Gregor2010-04-071-0/+12
* Patch to not build ivar ASTs when they are ilegallyFariborz Jahanian2010-04-061-1/+2
* Improve diagnosing when a method type does not start with '-'|'+'Fariborz Jahanian2010-04-021-27/+41
* Issue better syntax error when objc's messagingFariborz Jahanian2010-03-311-2/+5
* Reinstate my CodeModificationHint -> FixItHint renaming patch, withoutDouglas Gregor2010-03-311-2/+2
* Revert r100008, which inexplicably breaks the clang-i686-darwin10 builderDouglas Gregor2010-03-311-2/+2
* Rename CodeModificationHint to FixItHint, since we've been using theDouglas Gregor2010-03-311-2/+2
* Fixes access rues for ivars declared in classFariborz Jahanian2010-03-221-1/+1
* Don't consume tokens past the end-of-file in an @interface. FixesDouglas Gregor2010-03-161-0/+4
* Early support for declaring ivars in class extensions. wip.Fariborz Jahanian2010-02-221-4/+8
* Allow GNU attributes to appear in an Objective-C method declarationTed Kremenek2010-02-181-4/+10
* Issue a bettter diagnostics for incorrect property setter name.Fariborz Jahanian2010-02-151-1/+2
* Clean up ownership of 'AttributeList' objects in Parser. ApparentlyTed Kremenek2010-02-111-6/+13
* Simplify setting of DeclContext for @catch variableFariborz Jahanian2010-02-031-0/+1
* Fix DeclContext of an objective-c @catch variableFariborz Jahanian2010-02-031-0/+1
* Keep track of the source locations for each protocol reference inDouglas Gregor2010-01-161-0/+3
* Code-completion for @public, @protected, @private, @package.Douglas Gregor2010-01-131-0/+12
* Whenever completing ordinary names for an Objective-C source, alsoDouglas Gregor2010-01-131-0/+8
* Change ObjCContainerDecl to contain the entire range for the '@end'Ted Kremenek2010-01-071-8/+11
* Check in a rudimentary FullExpr class that isn't used anywhere yet. Rename Ac...Anders Carlsson2009-12-161-1/+1
* reduce nesting.Chris Lattner2009-12-071-3/+9
* Code completion for Objective-C @ keywords that are statements or expressionsDouglas Gregor2009-12-071-1/+10
* Code completion for Objective-C @ directivesDouglas Gregor2009-12-071-1/+15
* remove some extraneous syntax: sourceloc implicitly converts to sourcerange.Chris Lattner2009-12-061-2/+2
* Lift the ObjCPropertyCallback out of local scope to unbreak VS2005 builds.John McCall2009-12-031-55/+59
* Added rudimentary C++0x attribute support.Alexis Hunt2009-11-211-4/+4
* Objective-C code completion within properties after "setter = " orDouglas Gregor2009-11-191-2/+15
* Improve code completion for Objective-C message sends, so that weDouglas Gregor2009-11-191-2/+18
* Rename CodeCompleteObjCProperty to something more specific. No functionality ...Douglas Gregor2009-11-181-1/+1
* Code completion after @dynamicDouglas Gregor2009-11-181-6/+13
* Code completion for Objective-C @synthesized.Douglas Gregor2009-11-181-4/+12
* Improve diagnostics and recovery when parsing @synthesized definitionsDouglas Gregor2009-11-181-2/+10
* Implement code completion for Objective-C category names in @interfaceDouglas Gregor2009-11-181-0/+10
* Code completion for Objective-C class names after @interface,Douglas Gregor2009-11-181-0/+19
* Code completion after @property, providing the names of forward-declared prop...Douglas Gregor2009-11-181-0/+5
* Code completion for Objective-C properly listsDouglas Gregor2009-11-181-0/+6
* Rename Objective-C message send completion functions to indicate that we're r...Douglas Gregor2009-11-171-2/+2
* Pass source locations of identifiers referenced by @class through Action::Act...Ted Kremenek2009-11-171-2/+6
* Fixes a typo, reported by Doug.Fariborz Jahanian2009-11-171-1/+1
* Handle case of missing '@end' in implementation contextFariborz Jahanian2009-11-161-1/+13
* Add FIXIT hint for -Wsemicolon-before-method-bodyTed Kremenek2009-11-101-2/+4
* Make -Wsemicolon-before-method-body opt-in (and part of -Wextra). Addresses ...Ted Kremenek2009-11-101-1/+1
* Add basic code completion support for ObjC messages.Steve Naroff2009-11-071-0/+7
* Fix a bogus objective-c warning with -pedantic.Fariborz Jahanian2009-11-061-0/+2
* add some fixit hints.Chris Lattner2009-11-061-1/+2
* Change our basic strategy for avoiding deprecation warnings when the decl useJohn McCall2009-11-041-2/+10
* Switch ParseStructDeclaration to a callback-based API. This will makeJohn McCall2009-11-031-54/+80
* Issue warning if method body starts with a semicolon.Fariborz Jahanian2009-10-201-1/+4
* Move clients to use IdentifierInfo::getNameStart() instead of getName()Daniel Dunbar2009-10-181-1/+1
OpenPOWER on IntegriCloud