summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseObjc.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add code completion support for ObjC property declarations/attributes.Steve Naroff2009-10-081-0/+4
* Keep protocol source locations when parsing protocol references.Argyrios Kyrtzidis2009-09-291-8/+17
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-136/+136
* Fix a clang crash caused by incorrect user code.Fariborz Jahanian2009-06-241-1/+3
* Use of DeclContext for objc's ivars. No functionalityFariborz Jahanian2009-06-051-0/+1
* Merge the ASTVector and ASTOwningVector templates, since they offeredDouglas Gregor2009-05-211-1/+0
* Use v.data() instead of &v[0] when SmallVector v might be empty.Jay Foad2009-05-211-10/+14
* Make ActOnExprStmt take a FullExprArg.Anders Carlsson2009-05-171-1/+1
* Remove support for ObjCMethodDecl attributes that appear between theTed Kremenek2009-05-041-10/+3
* Hook up Sema support for attributes on Objective-C method declarations thatTed Kremenek2009-04-301-2/+2
* Add parsing support in an Objective-C method declaration for attributes betweenTed Kremenek2009-04-301-0/+6
* Fix rdar://6771034: don't warn on use of forward declared protocol in protocolChris Lattner2009-04-121-1/+1
* change the interface to ActOnMethodDeclaration to pass down argumentChris Lattner2009-04-111-17/+16
* rename Parser::ParseObjCSelector -> Parser::ParseObjCSelectorPiece,Chris Lattner2009-04-111-7/+7
* Fixed a problem using property syntax on a 'super'Fariborz Jahanian2009-04-081-3/+5
* Fix <rdar://problem/6764172> [sema] crash on invalid.Steve Naroff2009-04-071-1/+7
* Push DeclGroup much farther throughout the compiler. Now the variousChris Lattner2009-03-291-10/+5
* Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for aChris Lattner2009-03-281-81/+78
* objc: Implemented variables declared in class interface Fariborz Jahanian2009-03-181-2/+7
* Use paropery's setter attribute name asFariborz Jahanian2009-03-121-7/+7
* Simplify SelectorTable::constructSetterName() usage...Steve Naroff2009-03-101-4/+5
* Implement property '.' notation on Factory/Class objects. Parser changes aren...Steve Naroff2009-03-091-14/+3
* rename PrettyStackTraceDecl -> PrettyStackTraceActionsDecl.Chris Lattner2009-03-051-3/+3
* include objc method decl contexts in stack trace of crash, e.g.:Chris Lattner2009-03-051-0/+5
* Implemented access check for ivars accessed insideFariborz Jahanian2009-03-041-2/+5
* Fix <rdar://problem/6640991> Exception handling executes wrong clause (Daniel...Steve Naroff2009-03-031-13/+10
* Fix <rdar://problem/6636803> [sema] crash on InterfaceBuilder.Steve Naroff2009-03-021-2/+3
* Minor name change (move the ObjC prefix to a more appropriate place).Steve Naroff2009-02-281-1/+1
* Update Parser::ParseTypeName to return a TypeResult, which also tellsDouglas Gregor2009-02-181-5/+11
* simplify some code.Chris Lattner2009-02-181-5/+3
* implement gcc/testsuite/objc.dg/method-attribute-3.m, by improving error reco...Chris Lattner2009-02-151-1/+2
* don't pass a random english string in as a string argument to Diag.Chris Lattner2009-02-151-1/+1
* Pass the location of the start of the selector to ActOnClassMessage/ActOnInst...Anders Carlsson2009-02-141-2/+5
* Fix <rdar://problem/6505139> [clang on growl]: need to allow unnamed selector...Steve Naroff2009-02-111-1/+2
OpenPOWER on IntegriCloud