Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
a40b7f2c4a968a0f35f088cd009d671389b09ac2
/
test
/
Parser
/
objc-try-catch-1.m
e9b801f
Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on.
by Anders Carlsson
· 14 years ago
1b2ad2f
Revert r114316, -Wunused-value enabled by default was intended.
by Argyrios Kyrtzidis
· 14 years ago
6dff228
Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194.
by Argyrios Kyrtzidis
· 14 years ago
2597345
Fix rdar://8139785 "implement warning on dead expression in comma operator"
by Argyrios Kyrtzidis
· 14 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
ca6180f
Make tests use the new clang cc1 flag.
by Fariborz Jahanian
· 15 years ago
4fcfde4
Eliminate &&s in tests.
by Daniel Dunbar
· 15 years ago
a868a20
implement semantic analysis for @synchronized, fixing a crash on invalid
by Chris Lattner
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
3dcfe10
Turn warning into error. Minor incompatibility with GCC (for scalar types, GCC only produces a warning).
by Steve Naroff
· 16 years ago
7151bbb
Fix <rdar://problem/6206858> [sema] type check @throw statements.
by Steve Naroff
· 16 years ago
65ce04b
Merge function-return.c into function.c
by Chris Lattner
· 16 years ago
bec1c9d
Objective-C keywords are not always identifiers. Some are also C++ keywords
by Douglas Gregor
· 16 years ago
1b76779
fix typo
by Gabor Greif
· 17 years ago
6b88450
implement simple support for arbitrary token lookahead. Change the
by Chris Lattner
· 17 years ago
64515f3
by Steve Naroff
· 17 years ago
cb53b36
- Use Tok.isObjCAtKeyword instead of Tok.getIdentifierInfo()->getObjCKeywordID().
by Chris Lattner
· 17 years ago
b384d32
this patch accomodates clattner's comments on expression processing in @try-statement.
by Fariborz Jahanian
· 17 years ago
397fcc1
Patch to parse objective-c's @try-statement and @throw-statement.
by Fariborz Jahanian
· 17 years ago