Transaction-Level Modeling Framework for Space Applications
Classes | |
class | cpplint_formatter |
class | cpplint_wrapper |
class | cpplint |
class | CPPLint |
Functions | |
def | init_env_from_options |
def | get_cpplint_logger |
def | cpplint_includes |
def | run_cpplint |
def | options |
def | configure |
def | lint |
Variables | |
int | critical_errors = 0 |
string | CPPLINT_FORMAT = '[CPPLINT] %(filename)s:\nline %(linenum)s, severity %(confidence)s, category: %(category)s\n%(message)s\n' |
tuple | RE_EMACS = re.compile('(?P<filename>.*):(?P<linenum>\d+): (?P<message>.*) \[(?P<category>.*)\] \[(?P<confidence>\d+)\]') |
dictionary | CPPLINT_RE |
cpplint_logger = None | |
def core.waf.cpplint.configure | ( | self | ) |
def core.waf.cpplint.cpplint_includes | ( | self, | |
node | |||
) |
def core.waf.cpplint.get_cpplint_logger | ( | fmt | ) |
Referenced by core.waf.cpplint.cpplint.run().
def core.waf.cpplint.init_env_from_options | ( | env | ) |
References pysc::api::cci.list().
Referenced by core.waf.cpplint.run_cpplint().
def core.waf.cpplint.lint | ( | self | ) |
Use cpplint to check all files
def core.waf.cpplint.options | ( | opt | ) |
def core.waf.cpplint.run_cpplint | ( | self | ) |
string core.waf.cpplint.CPPLINT_FORMAT = '[CPPLINT] %(filename)s:\nline %(linenum)s, severity %(confidence)s, category: %(category)s\n%(message)s\n' |
core.waf.cpplint.cpplint_logger = None |
dictionary core.waf.cpplint.CPPLINT_RE |
int core.waf.cpplint.critical_errors = 0 |