Logo SoCRocket

Transaction-Level Modeling Framework for Space Applications

Classes | Namespaces | Functions | Variables
cpplint.py File Reference

Classes

class  core.waf.cpplint.cpplint_formatter
 
class  core.waf.cpplint.cpplint_wrapper
 
class  core.waf.cpplint.cpplint
 
class  core.waf.cpplint.CPPLint
 

Namespaces

 core.waf.cpplint
 

Functions

def core.waf.cpplint.init_env_from_options
 
def core.waf.cpplint.get_cpplint_logger
 
def core.waf.cpplint.cpplint_includes
 
def core.waf.cpplint.run_cpplint
 
def core.waf.cpplint.options
 
def core.waf.cpplint.configure
 
def core.waf.cpplint.lint
 

Variables

int core.waf.cpplint.critical_errors = 0
 
string core.waf.cpplint.CPPLINT_FORMAT = '[CPPLINT] %(filename)s:\nline %(linenum)s, severity %(confidence)s, category: %(category)s\n%(message)s\n'
 
tuple core.waf.cpplint.RE_EMACS = re.compile('(?P<filename>.*):(?P<linenum>\d+): (?P<message>.*) \[(?P<category>.*)\] \[(?P<confidence>\d+)\]')
 
dictionary core.waf.cpplint.CPPLINT_RE
 
 core.waf.cpplint.cpplint_logger = None