Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
62c28c831bbf207cc36e683e7c321fc33bf8928c
/
test
/
SemaObjC
/
try-catch.m
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
1147c5e
Change tests to use clang -cc1...
by Fariborz Jahanian
· 15 years ago
209a8c2
Issue warning if method body starts with a semicolon.
by Fariborz Jahanian
· 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
fea2511
Remove some non-ascii characters. Thanks Gabor.
by Steve Naroff
· 16 years ago
e21dd6f
Fix <rdar://problem/6243503> [sema] @throw; accepted outside catch block.
by Steve Naroff
· 16 years ago
7151bbb
Fix <rdar://problem/6206858> [sema] type check @throw statements.
by Steve Naroff
· 16 years ago
666871a
remove objc prefixes from these tests.
by Chris Lattner
· 16 years ago
[Renamed from test/SemaObjC/objc-try-catch.m]
6ac6ddc
move all objc sema tests into a new SemaObjC directory. Next step is to
by Chris Lattner
· 16 years ago
[Renamed from test/Sema/objc-try-catch.m]
459a1e2
Fix parser bug/FIXME with @catch.
by Steve Naroff
· 17 years ago