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

Function ProcessHppHeadersOption

cpplint.py:1041–1046  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

1039
1040
1041def ProcessHppHeadersOption(val):
1042 global _hpp_headers
1043 try:
1044 _hpp_headers = {ext.strip() for ext in val.split(",")}
1045 except ValueError:
1046 PrintUsage("Header extensions must be comma separated list.")
1047
1048
1049def ProcessIncludeOrderOption(val):

Callers 2

ProcessConfigOverridesFunction · 0.85
ParseArgumentsFunction · 0.85

Calls 1

PrintUsageFunction · 0.85

Tested by

no test coverage detected