retdec
Classes | Namespaces
break_outside_loop_validator.h File Reference

A validator which checks that no break or continue statement appears where it should not appear. More...

#include <string>
#include "retdec/llvmir2hll/support/smart_ptr.h"
#include "retdec/llvmir2hll/validator/validator.h"

Go to the source code of this file.

Classes

class  retdec::llvmir2hll::BreakOutsideLoopValidator
 A validator which checks that no break or continue statement appears where it should not appear. More...
 

Namespaces

 retdec
 
 retdec::llvmir2hll
 

Detailed Description

A validator which checks that no break or continue statement appears where it should not appear.