Searched refs:common_lint (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/lint/
H A Dgeneric_lint.py6 import common_lint namespace
9 class GenericCodeLint(common_lint.BaseLint):
13 common_lint.VerifyLineLength(filename, lines,
15 common_lint.VerifyTrailingWhitespace(filename, lines)
19 common_lint.RunLintOverAllFiles(GenericCodeLint(), filenames)
H A Dcpp_lint.py9 import common_lint namespace
73 class CppLint(common_lint.BaseLint):
79 lint.extend(common_lint.VerifyLineLength(filename, lines,
81 lint.extend(common_lint.VerifyTabs(filename, lines))
82 lint.extend(common_lint.VerifyTrailingWhitespace(filename, lines))
87 all_lint = common_lint.RunLintOverAllFiles(CppLint(), filenames)

Completed in 61 milliseconds