summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/scope-check.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor checking of switch conditions and case values.Richard Smith2018-07-261-1/+2
* Fix Sema tests using __try by adding tripleReid Kleckner2015-04-281-2/+2
* Warn when jumping out of a __finally block via goto.Nico Weber2015-03-091-10/+8
* Implement jump scope SEHmantic analysis.Nico Weber2015-02-031-2/+191
* Reword switch/goto diagnostics "protected scope" diagnostics. Making up a termRichard Smith2014-09-061-19/+19
* Add support for partial jump scope checkingAlp Toker2014-05-091-11/+31
* PR18217: Rewrite JumpDiagnostics' handling of temporaries, to correctly handleRichard Smith2013-12-121-2/+116
* Fix a couple of bugs where jump diagnostics would not notice that a variableRichard Smith2013-06-031-0/+21
* When a statement is dropped from the AST because it was invalid, make sureArgyrios Kyrtzidis2013-02-151-0/+12
* Correctly reject gotos in function-level try blocks. PR14225.Eli Friedman2012-10-311-2/+16
* Fix invalid jump scopes again. This time without trying to find out if anRafael Espindola2012-10-281-0/+58
* Revert 166876 while I debug a bootstrap problem.Rafael Espindola2012-10-271-58/+0
* Reapply 166855 with an early exit on null QualTypes.Rafael Espindola2012-10-271-0/+58
* Revert r166855. I can reproduce the bootstrap failure and have a testcaseRafael Espindola2012-10-271-58/+0
* Fix cases where we were not producing an error when a computed goto couldRafael Espindola2012-10-271-0/+58
* Fix namespace nesting and remove windows line endings.Rafael Espindola2012-09-111-21/+16
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-1/+1
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* In Microsoft mode, warn if an indirect goto jump over a variable initialization.Francois Pichet2011-09-161-0/+15
* Make DiagnosticErrorTrap keep a count of the errors that occurred so multipleArgyrios Kyrtzidis2011-07-291-0/+21
* I concur with DPG here. This does indeed apply in 0x mode. Added testChandler Carruth2011-04-221-0/+20
* Implement an indirect-goto optimization for goto *&&lbl and respect thisJohn McCall2010-10-281-2/+2
* Labels (and case statement) don't create independent scope parents for theJohn McCall2010-08-021-0/+18
* Don't consider all local variables in C++ to mandate scope-checking, justJohn McCall2010-08-011-0/+12
* When checking scopes for indirect goto, be more permissive (but still safe)John McCall2010-05-121-0/+123
OpenPOWER on IntegriCloud