Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
b5ce097bb741733e24efd7803f29849be227f8ce
/
test
/
Parser
68cfd49
reenable this code, fix the testcase.
by Chris Lattner
· 17 years ago
f366b4c
Fixed a parsing bug whereby @optional/@required keyword is not followed by
by Fariborz Jahanian
· 17 years ago
5ef404f
Patch to prevent crash on use of objc2 syntax.
by Fariborz Jahanian
· 17 years ago
ae36076
Implemented initial support for "-triple" option to the clang driver. This
by Ted Kremenek
· 17 years ago
eecf847
GCC fails if there is a trailing colon but no clobbers.
by Anders Carlsson
· 17 years ago
4c1a2a9
Parse "sizeof(arr)[0]" as a sizeof of an expr if arr is an expression.
by Chris Lattner
· 17 years ago
e61933d
Fix a recovery bug Fariborz and I noticed yesterday. We were producing:
by Chris Lattner
· 17 years ago
02209fb
remove typedef.
by Chris Lattner
· 17 years ago
a0818e3
Patch to parse @selector expressions.
by Fariborz Jahanian
· 17 years ago
bece4ac
Fixed a bug whereby, struct tag name matches a typedef/objc-class name
by Fariborz Jahanian
· 17 years ago
243b64b
This patch implementa objective-c's @compatibilty-alias declaration.
by Fariborz Jahanian
· 17 years ago
dfbcce2
Implemented parsing of objctive-c protocol conforming type used in
by Fariborz Jahanian
· 17 years ago
3b427b3
rename -parse-ast-print to -ast-print
by Chris Lattner
· 17 years ago
2d85f8b
Emit a warning when the body of an if block is a NullStmt.
by Anders Carlsson
· 17 years ago
b384d32
this patch accomodates clattner's comments on expression processing in @try-statement.
by Fariborz Jahanian
· 17 years ago
9f3d942
Removed option "-parse-ast-check" from clang driver. This is now implemented
by Ted Kremenek
· 17 years ago
397fcc1
Patch to parse objective-c's @try-statement and @throw-statement.
by Fariborz Jahanian
· 17 years ago
a65ff6c
Patch for parsing objective-c style method calls.
by Fariborz Jahanian
· 17 years ago
0ccb27d
1. Fix parsing of method prototype involving c-style argument declarations.
by Fariborz Jahanian
· 17 years ago
45a566c
implement a fixme: __extension__ marker on decls in compound stmts.
by Chris Lattner
· 17 years ago
2215325
Fix test/Parser/if-scope-*.c. Patch by Neil Booth!
by Chris Lattner
· 17 years ago
ad7ef48
Change Expr::isLvalue() to properly deal with ImplicitCastExpr's.
by Steve Naroff
· 17 years ago
e45fa6a
reenable this.
by Chris Lattner
· 17 years ago
388577b
test the parser only, not sema.
by Chris Lattner
· 17 years ago
a36ce71
Fix a nasty C99 scope issue that Neil pointed out (for ifs)
by Chris Lattner
· 17 years ago
2f9d5fe
add a testcase I forgot to check in long ago
by Chris Lattner
· 17 years ago
e77fd3c
by Steve Naroff
· 17 years ago
c301815
add support for a top-level __extension__ marker, implementing a todo.
by Chris Lattner
· 17 years ago
cff944b
fix this test to pass.
by Chris Lattner
· 17 years ago
13b7c5f
Finish implementing __builtin_classify_type()...
by Steve Naroff
· 17 years ago
69625f4
by Steve Naroff
· 17 years ago
52e3de5
fix hang in testsuite
by Chris Lattner
· 17 years ago
608e0ee
Restrict vector component access (using "." and "[]") to variables.
by Steve Naroff
· 17 years ago
d04fdd5
by Steve Naroff
· 17 years ago
441995e
by Steve Naroff
· 17 years ago
8d1a3b8
by Steve Naroff
· 17 years ago
2cb64ec
by Steve Naroff
· 17 years ago
d1861fd
by Steve Naroff
· 17 years ago
fec0b49
Finish up semantic analysis for vector components.
by Steve Naroff
· 17 years ago
e1b31fe
Implement syntax/semantic analysis for OCU Vector Components.
by Steve Naroff
· 17 years ago
eca9967
don't expect to be able to reparse arbitrary system headers.
by Chris Lattner
· 17 years ago
700204c
by Steve Naroff
· 17 years ago
95cfb85
Catch goto's with a missing identifier, patch by Neil Booth.
by Chris Lattner
· 17 years ago
4aa88f8
by Steve Naroff
· 17 years ago
16beff8
by Steve Naroff
· 17 years ago
8bf9f07
Improve char literal pretty printing, patch by Keith Bauer!
by Chris Lattner
· 17 years ago
a7fa381
update tests
by Chris Lattner
· 17 years ago
e8fdbba
-pedantic no longer defaults to on.
by Chris Lattner
· 17 years ago
2b80ec2
update test
by Chris Lattner
· 17 years ago
5f016e2
Stage two of getting CFE top correct.
by Reid Spencer
· 17 years ago