retdec
Classes | Namespaces
no_global_var_def_validator.h File Reference

A validator which checks that no global variable is defined in a VarDefStmt. 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::NoGlobalVarDefValidator
 A validator which checks that no global variable is defined in a VarDefStmt. More...
 

Namespaces

 retdec
 
 retdec::llvmir2hll
 

Detailed Description

A validator which checks that no global variable is defined in a VarDefStmt.