MCPcopy Index your code
hub / github.com/cpplint/cpplint / ProcessIncludeOrderOption

Function ProcessIncludeOrderOption

cpplint.py:1049–1056  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

1047
1048
1049def ProcessIncludeOrderOption(val):
1050 if val is None or val == "default":
1051 pass
1052 elif val == "standardcfirst":
1053 global _include_order
1054 _include_order = val
1055 else:
1056 PrintUsage("Invalid includeorder value %s. Expected default|standardcfirst")
1057
1058
1059def IsHeaderExtension(file_extension):

Callers 2

ProcessConfigOverridesFunction · 0.85
ParseArgumentsFunction · 0.85

Calls 1

PrintUsageFunction · 0.85

Tested by

no test coverage detected