index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
Parse
/
ParseObjc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixes/tweaks that prevent "defaults-i.m" from compiling.
Steve Naroff
2007-09-16
1
-3
/
+6
*
Start converting Action methods from Parse-prefix to ActOn-prefix.
Steve Naroff
2007-09-15
1
-3
/
+3
*
Rename Action::ParseRecordBody() to ProcessFieldDecls(), and add a visibility...
Steve Naroff
2007-09-14
1
-4
/
+3
*
Patch to store ivars into interface class object.
Fariborz Jahanian
2007-09-14
1
-1
/
+1
*
Semantic analysis for objective-c ivars.
Fariborz Jahanian
2007-09-14
1
-0
/
+2
*
Patch for collecting ivars before running action on them.
Fariborz Jahanian
2007-09-13
1
-3
/
+11
*
Patch for building method declaration nodes. Also fixed a segfault in cocoa.m...
Fariborz Jahanian
2007-09-12
1
-1
/
+1
*
Some small tweaks to the recent Objc support...
Steve Naroff
2007-09-10
1
-2
/
+2
*
Early patch to collect objective-c methods inserts them in
Fariborz Jahanian
2007-09-10
1
-21
/
+27
*
The goal of this commit is to get just enough Sema support to recognize Objec...
Steve Naroff
2007-09-06
1
-56
/
+42
*
Start implementing Actions interface for ObjC classes, instance variables, an...
Steve Naroff
2007-09-05
1
-37
/
+78
*
Patch for parsing objective-c style method calls.
Fariborz Jahanian
2007-09-05
1
-1
/
+41
*
1. Fix parsing of method prototype involving c-style argument declarations.
Fariborz Jahanian
2007-09-05
1
-4
/
+39
*
Fixed a typo pointed out by Anders Calrsson.
Fariborz Jahanian
2007-09-04
1
-1
/
+1
*
Patch to parse objective-c's @compatibility_alias directive.
Fariborz Jahanian
2007-09-04
1
-3
/
+21
*
Patch to parse @implementation prologue, method definitions,
Fariborz Jahanian
2007-09-01
1
-14
/
+160
*
Author: F. Jahanian
Fariborz Jahanian
2007-08-31
1
-3
/
+103
*
cleanup context-sensitive objc keyword recognition. Patch by Fariborz Jahanian.
Chris Lattner
2007-08-29
1
-5
/
+3
*
- Cleanup "hack" comment and fix typos.
Steve Naroff
2007-08-23
1
-4
/
+7
*
Add helper functions Token::isObjCAtKeyword() and Token::getObjCKeywordID().
Steve Naroff
2007-08-23
1
-18
/
+10
*
As suggested by Chris, use MatchRHSPunctuation instead of manually looking fo...
Anders Carlsson
2007-08-23
1
-11
/
+3
*
Parse ObjC @protocol expressions.
Anders Carlsson
2007-08-23
1
-1
/
+40
*
With this commit, we now successfully parse "Cocoa.h"!
Steve Naroff
2007-08-22
1
-3
/
+17
*
Add support for parsing protocols.
Steve Naroff
2007-08-22
1
-18
/
+84
*
Finish up method prototype parsing.
Steve Naroff
2007-08-22
1
-13
/
+60
*
Add support for parsing method prototypes (and other stuff required by @inter...
Steve Naroff
2007-08-22
1
-22
/
+160
*
Parse @encode expressions.
Anders Carlsson
2007-08-22
1
-0
/
+29
*
Implement parsing for objc instance variables.
Steve Naroff
2007-08-21
1
-3
/
+54
*
Implement parsing and code generation of Objective-C string literals.
Anders Carlsson
2007-08-21
1
-0
/
+24
*
Start parsing ObjC classes/categories!
Steve Naroff
2007-08-20
1
-12
/
+219
*
Finally bite the bullet and make the major change: split the clang namespace
Chris Lattner
2007-06-15
1
-2
/
+1
*
rename ParsedClassDeclaration -> ParsedObjcClassDeclaration.
Chris Lattner
2006-11-19
1
-1
/
+2
*
remove diag helper that implicitly reports the diagnostic at the current
Chris Lattner
2006-11-10
1
-1
/
+1
*
rename these methods so that they read correctly.
Chris Lattner
2006-11-08
1
-15
/
+15
*
Move objc productions to their own .cpp file.
Chris Lattner
2006-11-05
1
-0
/
+105
[prev]