summaryrefslogtreecommitdiff
path: root/test/SemaCXX/scope-check.cpp
AgeCommit message (Expand)Author
2015-04-28Fix Sema tests using __try by adding tripleReid Kleckner
2015-03-09Warn when jumping out of a __finally block via goto.Nico Weber
2015-02-03Implement jump scope SEHmantic analysis.Nico Weber
2014-09-06Reword switch/goto diagnostics "protected scope" diagnostics. Making up a termRichard Smith
2014-05-09Add support for partial jump scope checkingAlp Toker
2013-12-12PR18217: Rewrite JumpDiagnostics' handling of temporaries, to correctly handleRichard Smith
2013-06-03Fix a couple of bugs where jump diagnostics would not notice that a variableRichard Smith
2013-02-15When a statement is dropped from the AST because it was invalid, make sureArgyrios Kyrtzidis
2012-10-31Correctly reject gotos in function-level try blocks. PR14225.Eli Friedman
2012-10-28Fix invalid jump scopes again. This time without trying to find out if anRafael Espindola
2012-10-27Revert 166876 while I debug a bootstrap problem.Rafael Espindola
2012-10-27Reapply 166855 with an early exit on null QualTypes.Rafael Espindola
2012-10-27Revert r166855. I can reproduce the bootstrap failure and have a testcaseRafael Espindola
2012-10-27Fix cases where we were not producing an error when a computed goto couldRafael Espindola
2012-09-11Fix namespace nesting and remove windows line endings.Rafael Espindola
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-09-16In Microsoft mode, warn if an indirect goto jump over a variable initialization.Francois Pichet
2011-07-29Make DiagnosticErrorTrap keep a count of the errors that occurred so multipleArgyrios Kyrtzidis
2011-04-22I concur with DPG here. This does indeed apply in 0x mode. Added testChandler Carruth
2010-10-28Implement an indirect-goto optimization for goto *&&lbl and respect thisJohn McCall
2010-08-02Labels (and case statement) don't create independent scope parents for theJohn McCall
2010-08-01Don't consider all local variables in C++ to mandate scope-checking, justJohn McCall
2010-05-12When checking scopes for indirect goto, be more permissive (but still safe)John McCall