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
/
SemaCXX
/
scope-check.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor checking of switch conditions and case values.
Richard Smith
2018-07-26
1
-1
/
+2
*
Fix Sema tests using __try by adding triple
Reid Kleckner
2015-04-28
1
-2
/
+2
*
Warn when jumping out of a __finally block via goto.
Nico Weber
2015-03-09
1
-10
/
+8
*
Implement jump scope SEHmantic analysis.
Nico Weber
2015-02-03
1
-2
/
+191
*
Reword switch/goto diagnostics "protected scope" diagnostics. Making up a term
Richard Smith
2014-09-06
1
-19
/
+19
*
Add support for partial jump scope checking
Alp Toker
2014-05-09
1
-11
/
+31
*
PR18217: Rewrite JumpDiagnostics' handling of temporaries, to correctly handle
Richard Smith
2013-12-12
1
-2
/
+116
*
Fix a couple of bugs where jump diagnostics would not notice that a variable
Richard Smith
2013-06-03
1
-0
/
+21
*
When a statement is dropped from the AST because it was invalid, make sure
Argyrios Kyrtzidis
2013-02-15
1
-0
/
+12
*
Correctly reject gotos in function-level try blocks. PR14225.
Eli Friedman
2012-10-31
1
-2
/
+16
*
Fix invalid jump scopes again. This time without trying to find out if an
Rafael Espindola
2012-10-28
1
-0
/
+58
*
Revert 166876 while I debug a bootstrap problem.
Rafael Espindola
2012-10-27
1
-58
/
+0
*
Reapply 166855 with an early exit on null QualTypes.
Rafael Espindola
2012-10-27
1
-0
/
+58
*
Revert r166855. I can reproduce the bootstrap failure and have a testcase
Rafael Espindola
2012-10-27
1
-58
/
+0
*
Fix cases where we were not producing an error when a computed goto could
Rafael Espindola
2012-10-27
1
-0
/
+58
*
Fix namespace nesting and remove windows line endings.
Rafael Espindola
2012-09-11
1
-21
/
+16
*
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2011-12-15
1
-1
/
+1
*
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-13
1
-1
/
+1
*
In Microsoft mode, warn if an indirect goto jump over a variable initialization.
Francois Pichet
2011-09-16
1
-0
/
+15
*
Make DiagnosticErrorTrap keep a count of the errors that occurred so multiple
Argyrios Kyrtzidis
2011-07-29
1
-0
/
+21
*
I concur with DPG here. This does indeed apply in 0x mode. Added test
Chandler Carruth
2011-04-22
1
-0
/
+20
*
Implement an indirect-goto optimization for goto *&&lbl and respect this
John McCall
2010-10-28
1
-2
/
+2
*
Labels (and case statement) don't create independent scope parents for the
John McCall
2010-08-02
1
-0
/
+18
*
Don't consider all local variables in C++ to mandate scope-checking, just
John McCall
2010-08-01
1
-0
/
+12
*
When checking scopes for indirect goto, be more permissive (but still safe)
John McCall
2010-05-12
1
-0
/
+123