retdec
|
Files | |
file | break_outside_loop_validator.h [code] |
A validator which checks that no break or continue statement appears where it should not appear. | |
file | no_global_var_def_validator.h [code] |
A validator which checks that no global variable is defined in a VarDefStmt. | |
file | return_validator.h [code] |
A validator which checks returns from functions. | |