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