summaryrefslogtreecommitdiffstats
path: root/clang/Parse/ParseObjc.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes/tweaks that prevent "defaults-i.m" from compiling.Steve Naroff2007-09-161-3/+6
* Start converting Action methods from Parse-prefix to ActOn-prefix.Steve Naroff2007-09-151-3/+3
* Rename Action::ParseRecordBody() to ProcessFieldDecls(), and add a visibility...Steve Naroff2007-09-141-4/+3
* Patch to store ivars into interface class object.Fariborz Jahanian2007-09-141-1/+1
* Semantic analysis for objective-c ivars.Fariborz Jahanian2007-09-141-0/+2
* Patch for collecting ivars before running action on them.Fariborz Jahanian2007-09-131-3/+11
* Patch for building method declaration nodes. Also fixed a segfault in cocoa.m...Fariborz Jahanian2007-09-121-1/+1
* Some small tweaks to the recent Objc support...Steve Naroff2007-09-101-2/+2
* Early patch to collect objective-c methods inserts them inFariborz Jahanian2007-09-101-21/+27
* The goal of this commit is to get just enough Sema support to recognize Objec...Steve Naroff2007-09-061-56/+42
* Start implementing Actions interface for ObjC classes, instance variables, an...Steve Naroff2007-09-051-37/+78
* Patch for parsing objective-c style method calls.Fariborz Jahanian2007-09-051-1/+41
* 1. Fix parsing of method prototype involving c-style argument declarations.Fariborz Jahanian2007-09-051-4/+39
* Fixed a typo pointed out by Anders Calrsson.Fariborz Jahanian2007-09-041-1/+1
* Patch to parse objective-c's @compatibility_alias directive.Fariborz Jahanian2007-09-041-3/+21
* Patch to parse @implementation prologue, method definitions,Fariborz Jahanian2007-09-011-14/+160
* Author: F. JahanianFariborz Jahanian2007-08-311-3/+103
* cleanup context-sensitive objc keyword recognition. Patch by Fariborz Jahanian.Chris Lattner2007-08-291-5/+3
* - Cleanup "hack" comment and fix typos.Steve Naroff2007-08-231-4/+7
* Add helper functions Token::isObjCAtKeyword() and Token::getObjCKeywordID().Steve Naroff2007-08-231-18/+10
* As suggested by Chris, use MatchRHSPunctuation instead of manually looking fo...Anders Carlsson2007-08-231-11/+3
* Parse ObjC @protocol expressions.Anders Carlsson2007-08-231-1/+40
* With this commit, we now successfully parse "Cocoa.h"!Steve Naroff2007-08-221-3/+17
* Add support for parsing protocols.Steve Naroff2007-08-221-18/+84
* Finish up method prototype parsing.Steve Naroff2007-08-221-13/+60
* Add support for parsing method prototypes (and other stuff required by @inter...Steve Naroff2007-08-221-22/+160
* Parse @encode expressions.Anders Carlsson2007-08-221-0/+29
* Implement parsing for objc instance variables.Steve Naroff2007-08-211-3/+54
* Implement parsing and code generation of Objective-C string literals.Anders Carlsson2007-08-211-0/+24
* Start parsing ObjC classes/categories!Steve Naroff2007-08-201-12/+219
* Finally bite the bullet and make the major change: split the clang namespaceChris Lattner2007-06-151-2/+1
* rename ParsedClassDeclaration -> ParsedObjcClassDeclaration.Chris Lattner2006-11-191-1/+2
* remove diag helper that implicitly reports the diagnostic at the currentChris Lattner2006-11-101-1/+1
* rename these methods so that they read correctly.Chris Lattner2006-11-081-15/+15
* Move objc productions to their own .cpp file.Chris Lattner2006-11-051-0/+105
OpenPOWER on IntegriCloud