Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
68d331a78e655d97294e94fcfa63f92cc1f40578
/
Parse
/
ParseObjc.cpp
68d331a
by Steve Naroff
· 18 years ago
ccb4f31
This patch introduces a new class to keep track of class implementation info. It also adds more
by Fariborz Jahanian
· 18 years ago
894c57f
This patch instantiates objects for forward protocols and in general handles use of
by Fariborz Jahanian
· 18 years ago
397fcc1
Patch to parse objective-c's @try-statement and @throw-statement.
by Fariborz Jahanian
· 18 years ago
563477d
by Steve Naroff
· 18 years ago
fd225cc
Patch for object creation and handling of category declarations.
by Fariborz Jahanian
· 18 years ago
0093359
Uses more description name for method implementation kind argument.
by Fariborz Jahanian
· 18 years ago
146fbb0
Patch to remove ObjcProtoMethodDecl and use ObjcMethodDecl
by Fariborz Jahanian
· 18 years ago
25e077d
Patch to add objective-c's @protocl type declaration.
by Fariborz Jahanian
· 18 years ago
708391a
by Steve Naroff
· 18 years ago
37387c9
by Steve Naroff
· 18 years ago
d16245b
Fix a few 80 column violations.
by Steve Naroff
· 18 years ago
8c9f13e
Fixes/tweaks that prevent "defaults-i.m" from compiling.
by Steve Naroff
· 18 years ago
08d92e4
by Steve Naroff
· 18 years ago
f13271f
by Steve Naroff
· 18 years ago
b04a021
Patch to store ivars into interface class object.
by Fariborz Jahanian
· 18 years ago
e267ab6
Semantic analysis for objective-c ivars.
by Fariborz Jahanian
· 18 years ago
7d6402f
Patch for collecting ivars before running action on them.
by Fariborz Jahanian
· 18 years ago
e55cd00
Patch for building method declaration nodes. Also fixed a segfault in cocoa.m due
by Fariborz Jahanian
· 18 years ago
2bd42fa
Some small tweaks to the recent Objc support...
by Steve Naroff
· 18 years ago
e3a2ca7
Early patch to collect objective-c methods inserts them in class object.
by Fariborz Jahanian
· 18 years ago
3536b44
by Steve Naroff
· 18 years ago
f28b264
by Steve Naroff
· 18 years ago
a65ff6c
Patch for parsing objective-c style method calls.
by Fariborz Jahanian
· 18 years ago
0ccb27d
1. Fix parsing of method prototype involving c-style argument declarations.
by Fariborz Jahanian
· 18 years ago
8cd8c66
Fixed a typo pointed out by Anders Calrsson.
by Fariborz Jahanian
· 18 years ago
e992af0
Patch to parse objective-c's @compatibility_alias directive.
by Fariborz Jahanian
· 18 years ago
ac00b7f
Patch to parse @implementation prologue, method definitions,
by Fariborz Jahanian
· 18 years ago
d0f97d1
Author: F. Jahanian
by Fariborz Jahanian
· 18 years ago
34870da
cleanup context-sensitive objc keyword recognition. Patch by Fariborz Jahanian.
by Chris Lattner
· 18 years ago
527fe23
by Steve Naroff
· 18 years ago
861cf3e
by Steve Naroff
· 18 years ago
4988ae3
As suggested by Chris, use MatchRHSPunctuation instead of manually looking for a right parenthesis when parsing @encode() and @protocol().
by Anders Carlsson
· 18 years ago
29b2cb1
Parse ObjC @protocol expressions.
by Anders Carlsson
· 18 years ago
4fa7afd
by Steve Naroff
· 18 years ago
7ef58fd
by Steve Naroff
· 18 years ago
4985ace
by Steve Naroff
· 18 years ago
294494e
by Steve Naroff
· 18 years ago
f9bcf01
Parse @encode expressions.
by Anders Carlsson
· 18 years ago
ddbff78
Implement parsing for objc instance variables.
by Steve Naroff
· 18 years ago
5508518
Implement parsing and code generation of Objective-C string literals.
by Anders Carlsson
· 18 years ago
dac269b
by Steve Naroff
· 18 years ago
5f016e2
Stage two of getting CFE top correct.
by Reid Spencer
· 18 years ago