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