MCPcopy Create free account
hub / github.com/MhLiao/TextBoxes_plusplus / CheckLanguage

Function CheckLanguage

scripts/cpp_lint.py:3838–4136  ·  view source on GitHub ↗

Checks rules from the 'C++ language rules' section of cppguide.html. Some of these rules are hard to test (function overloading, using uint32 inappropriately), but we do the best we can. Args: filename: The name of the current file. clean_lines: A CleansedLines instance containing th

(filename, clean_lines, linenum, file_extension,
                  include_state, nesting_state, error)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

ProcessLineFunction · 0.85

Calls 7

CheckIncludeLineFunction · 0.85
MatchFunction · 0.85
SearchFunction · 0.85
CheckCStyleCastFunction · 0.85
_GetTextInsideFunction · 0.85
ResetSectionMethod · 0.80
NumLinesMethod · 0.80

Tested by

no test coverage detected