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

Function CheckForIncludeWhatYouUse

scripts/cpplint.py:5219–5315  ·  view source on GitHub ↗

Reports for missing stl includes. This function will output warnings to make sure you are including the headers necessary for the stl containers and functions that you use. We only give one reason to include a header. For example, if you use both equal_to<> and less<> in a .h file, only one

(filename, clean_lines, include_state, error,
                              io=codecs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

ProcessFileDataFunction · 0.85

Calls 5

FileInfoClass · 0.85
FilesBelongToSameModuleFunction · 0.85
UpdateIncludeStateFunction · 0.85
NumLinesMethod · 0.80
FullNameMethod · 0.80

Tested by

no test coverage detected