retdec
|
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 | |
A validator which checks that no break or continue statement appears where it should not appear.