aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/scope-check.c
AgeCommit message (Expand)Author
2009-04-19run the jump checker on blocks, even though they don't have gotos,Chris Lattner
2009-04-19add a new Sema::CurFunctionNeedsScopeChecking bool that is used to avoid Chris Lattner
2009-04-19apparently gotos aren't allowed at all in blocks. Stub out a testcase for wh...Chris Lattner
2009-04-19more testcases of variably modified types.Chris Lattner
2009-04-19second half of indirect jump checking: make sure that any Chris Lattner
2009-04-19First half of jump scope checking for indirect goto.Chris Lattner
2009-04-18add some testcases that we do not correctly handle.Chris Lattner
2009-04-18reimplement DeclStmt handling so that we correctly handle intermixed Chris Lattner
2009-04-18rearrange.Chris Lattner
2009-04-18add testcases for some more scary/horrible things that work.Chris Lattner
2009-04-18unconditionally check for goto correctness. This is because switchChris Lattner
2009-04-18Improve switch diagnostic to emit the "jump" message on theChris Lattner
2009-04-18first step to getting switches giving "jump into vla scope" errors.Chris Lattner
2009-04-18improve wording of scope violation error messages.Chris Lattner
2009-04-18rewrite the goto scope checking code to be more efficient, simpler,Chris Lattner
2009-04-18add another testcaseChris Lattner
2009-04-15Revert previous patch (will commit a fix soon).Steve Naroff
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-28Check a few more kinds of declarations that make a scope.Eli Friedman
2009-02-28Start of checking for gotos which jump to an illegal destination. Eli Friedman