Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
fb182ee82fbc0c61ffe8c016e58362653b5c6721
/
Parse
a754990
Break the assumption that any sort of scope (e.g. a loop scope) can
by Chris Lattner
· 17 years ago
9c13572
read and ignore the body of a namespace.
by Chris Lattner
· 17 years ago
f7b2e55
refactor enough of the top-level parsing logic to parse and
by Chris Lattner
· 17 years ago
7bdc85d
C++ explicitly allows an empty source file.
by Chris Lattner
· 17 years ago
a7f6278
by Steve Naroff
· 17 years ago
87c329f
by Steve Naroff
· 17 years ago
92faeb8
As suggested by Chris, use MatchRHSPunctuation instead of manually looking for a right parenthesis when parsing @encode() and @protocol().
by Anders Carlsson
· 17 years ago
2996b4e
Parse ObjC @protocol expressions.
by Anders Carlsson
· 17 years ago
a8ee226
by Steve Naroff
· 17 years ago
72f17fb
by Steve Naroff
· 17 years ago
09a0c4c
by Steve Naroff
· 17 years ago
0bbffd8
by Steve Naroff
· 17 years ago
8be1d40
Parse @encode expressions.
by Anders Carlsson
· 17 years ago
aac973e
update todo markers
by Chris Lattner
· 17 years ago
59ed6e2
optimize scope push/pop to avoid work in the common case.
by Chris Lattner
· 17 years ago
f446f72
Fix the scoping issue Neil pointed out for the rest of
by Chris Lattner
· 17 years ago
d190ac2
Fix a nasty C99 scope issue that Neil pointed out (for ifs)
by Chris Lattner
· 17 years ago
c447499
Implement parsing for objc instance variables.
by Steve Naroff
· 17 years ago
511c37e
Don't remove the grammar construct, just the TODO.
by Anders Carlsson
· 17 years ago
f491b41
Tweak error recovery for missing semicolon after decl. For this:
by Chris Lattner
· 17 years ago
3ed8839
Remove objc-string-literal since it's been implemented now.
by Anders Carlsson
· 17 years ago
a66cad4
Implement parsing and code generation of Objective-C string literals.
by Anders Carlsson
· 17 years ago
a9adf11
by Steve Naroff
· 17 years ago
fb36788
by Steve Naroff
· 17 years ago
06f4e75
add support for a top-level __extension__ marker, implementing a todo.
by Chris Lattner
· 17 years ago
b707a7a
minor cleanups
by Chris Lattner
· 17 years ago
e35d258
__attribute__ starts a declspec.
by Chris Lattner
· 17 years ago
93c5301
by Steve Naroff
· 17 years ago
14bbce8
by Steve Naroff
· 17 years ago
5b52892
by Steve Naroff
· 17 years ago
63bad2d
by Steve Naroff
· 17 years ago
4c255ab
by Steve Naroff
· 17 years ago
7cbb146
by Steve Naroff
· 17 years ago
4b00965
Fix a couple of bugs, add some new cool stuff.
by Chris Lattner
· 17 years ago