retdec
|
Files | |
file | break_outside_loop_validator.cpp |
An implementation of the validator which checks that no break or continue statement appears where it should not appear. | |
file | no_global_var_def_validator.cpp |
Implementation of NoGlobalVarDefValidator. | |
file | return_validator.cpp |
An implementation of the validator which checks returns from functions. | |