Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
2af68e4761ed30181540dafb5572993daffa4910
/
test
/
SemaObjC
/
scope-check.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
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
46c3c4b
add support for goto checking and @synchronized blocks, rdar://6810106
by Chris Lattner
· 16 years ago
4f9c06a
test that vlas are checked in an objc method context.
by Chris Lattner
· 16 years ago
5223af8
the scope checker does work with objc methods, add testcase.
by Chris Lattner
· 16 years ago
dabbad0
I didn't understand how @catches were chained. Now that I get it, fix
by Chris Lattner
· 16 years ago
07e775d
reject invalid jumps among pieces of @try blocks. This seems to work
by Chris Lattner
· 16 years ago
5ce71c9
improve wording of scope violation error messages.
by Chris Lattner
· 16 years ago
6a22a9f
rename test
by Chris Lattner
· 16 years ago
[Renamed from test/SemaObjC/scope-check-try-catch.m]
a5251fc
rewrite the goto scope checking code to be more efficient, simpler,
by Chris Lattner
· 16 years ago
3bf4497
Fixup http://llvm.org/viewvc/llvm-project?rev=69165&view=rev (based on feedback from Eli).
by Steve Naroff
· 16 years ago
1b6823d
Revert previous patch (will commit a fix soon).
by Steve Naroff
· 16 years ago
b25ddfb
Fix <rdar://problem/6791490> [clang10 regression] [sema] invalid illegal jump diagnostic.
by Steve Naroff
· 16 years ago
1fc5194
Fix <rdar://problem/6252084> [sema] jumps into Obj-C exception blocks should be disallowed.
by Steve Naroff
· 16 years ago