(file_extension)
| 567 | PrintUsage('Header extensions must be comma seperated list.') |
| 568 | |
| 569 | def IsHeaderExtension(file_extension): |
| 570 | return file_extension in _hpp_headers |
| 571 | |
| 572 | def ParseNolintSuppressions(filename, raw_line, linenum, error): |
| 573 | """Updates the global list of line error-suppressions. |
no outgoing calls
no test coverage detected