MCPcopy Create free account
hub / github.com/PlatformLab/Arachne / CheckLanguage

Function CheckLanguage

scripts/cpplint.py:4459–4614  ·  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 10

CheckIncludeLineFunction · 0.85
MatchFunction · 0.85
CheckCastsFunction · 0.85
CheckGlobalStaticFunction · 0.85
CheckPrintfFunction · 0.85
IsHeaderExtensionFunction · 0.85
SearchFunction · 0.85
_GetTextInsideFunction · 0.85
ResetSectionMethod · 0.80
findMethod · 0.80

Tested by

no test coverage detected