1. 17a7830 run the jump checker on blocks, even though they don't have gotos, by Chris Lattner · 16 years ago
  2. 38c5ebd add a new Sema::CurFunctionNeedsScopeChecking bool that is used to avoid by Chris Lattner · 16 years ago
  3. deae3a7 apparently gotos aren't allowed at all in blocks. Stub out a testcase for when/if they are. by Chris Lattner · 16 years ago
  4. 3037a82 more testcases of variably modified types. by Chris Lattner · 16 years ago
  5. b5cf1ea second half of indirect jump checking: make sure that any by Chris Lattner · 16 years ago
  6. 04ea2b6 First half of jump scope checking for indirect goto. by Chris Lattner · 16 years ago
  7. c78476b add some testcases that we do not correctly handle. by Chris Lattner · 16 years ago
  8. 2b7b2ca reimplement DeclStmt handling so that we correctly handle intermixed by Chris Lattner · 16 years ago
  9. 5b40e0c rearrange. by Chris Lattner · 16 years ago
  10. 35562d1 add testcases for some more scary/horrible things that work. by Chris Lattner · 16 years ago
  11. b565937 unconditionally check for goto correctness. This is because switch by Chris Lattner · 16 years ago
  12. a9768b7 Improve switch diagnostic to emit the "jump" message on the by Chris Lattner · 16 years ago
  13. 366920a first step to getting switches giving "jump into vla scope" errors. by Chris Lattner · 16 years ago
  14. 5ce71c9 improve wording of scope violation error messages. by Chris Lattner · 16 years ago
  15. a5251fc rewrite the goto scope checking code to be more efficient, simpler, by Chris Lattner · 16 years ago
  16. fd0c0cf add another testcase by Chris Lattner · 16 years ago
  17. 1b6823d Revert previous patch (will commit a fix soon). by Steve Naroff · 16 years ago
  18. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  19. 709fa15 Check a few more kinds of declarations that make a scope. by Eli Friedman · 16 years ago
  20. 8f17b66 Start of checking for gotos which jump to an illegal destination. by Eli Friedman · 16 years ago