Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
8662587fa75d3fb04f873e265841c9314c7f5523
/
test
/
SemaObjC
/
scope-check.m
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