index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Sema
/
scope-check.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
run the jump checker on blocks, even though they don't have gotos,
Chris Lattner
2009-04-19
1
-1
/
+14
*
add a new Sema::CurFunctionNeedsScopeChecking bool that is used to avoid
Chris Lattner
2009-04-19
1
-9
/
+2
*
apparently gotos aren't allowed at all in blocks. Stub out a testcase for wh...
Chris Lattner
2009-04-19
1
-0
/
+24
*
more testcases of variably modified types.
Chris Lattner
2009-04-19
1
-1
/
+15
*
second half of indirect jump checking: make sure that any
Chris Lattner
2009-04-19
1
-3
/
+6
*
First half of jump scope checking for indirect goto.
Chris Lattner
2009-04-19
1
-0
/
+26
*
add some testcases that we do not correctly handle.
Chris Lattner
2009-04-18
1
-2
/
+19
*
reimplement DeclStmt handling so that we correctly handle intermixed
Chris Lattner
2009-04-18
1
-0
/
+29
*
rearrange.
Chris Lattner
2009-04-18
1
-6
/
+10
*
add testcases for some more scary/horrible things that work.
Chris Lattner
2009-04-18
1
-2
/
+15
*
unconditionally check for goto correctness. This is because switch
Chris Lattner
2009-04-18
1
-1
/
+0
*
Improve switch diagnostic to emit the "jump" message on the
Chris Lattner
2009-04-18
1
-3
/
+3
*
first step to getting switches giving "jump into vla scope" errors.
Chris Lattner
2009-04-18
1
-0
/
+11
*
improve wording of scope violation error messages.
Chris Lattner
2009-04-18
1
-16
/
+5
*
rewrite the goto scope checking code to be more efficient, simpler,
Chris Lattner
2009-04-18
1
-8
/
+25
*
add another testcase
Chris Lattner
2009-04-18
1
-7
/
+19
*
Revert previous patch (will commit a fix soon).
Steve Naroff
2009-04-15
1
-0
/
+8
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Check a few more kinds of declarations that make a scope.
Eli Friedman
2009-02-28
1
-0
/
+16
*
Start of checking for gotos which jump to an illegal destination.
Eli Friedman
2009-02-28
1
-0
/
+8