summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/scope-check.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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