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