Go to the source code of this file.
Classes | |
| class | cpplint.CleansedLines |
Namespaces | |
| namespace | cpplint |
Functions | |
| def | cpplint.CheckForBadCharacters |
| def | cpplint.CheckForCopyright |
| def | cpplint.CheckForHeaderGuard |
| def | cpplint.CheckForMultilineCommentsAndStrings |
| def | cpplint.CheckForNewlineAtEOF |
| def | cpplint.CleanseComments |
| def | cpplint.CleanseRawStrings |
| def | cpplint.CloseExpression |
| def | cpplint.FindEndOfExpressionInLine |
| def | cpplint.FindNextMultiLineCommentEnd |
| def | cpplint.FindNextMultiLineCommentStart |
| def | cpplint.FindStartOfExpressionInLine |
| def | cpplint.GetHeaderGuardCPPVariable |
| def | cpplint.RemoveMultiLineComments |
| def | cpplint.RemoveMultiLineCommentsFromRange |
| def | cpplint.ReverseCloseExpression |
Variables | |
| dictionary | cpplint._ALT_TOKEN_REPLACEMENT |
| tuple | cpplint._ALT_TOKEN_REPLACEMENT_PATTERN |
| list | cpplint._CHECK_MACROS |
| tuple | cpplint._CHECK_REPLACEMENT = dict([(m, {}) for m in _CHECK_MACROS]) |
| tuple | cpplint._CPP_HEADERS |
| list | cpplint._DEFAULT_FILTERS = ['-build/include_alpha'] |
| list | cpplint._ERROR_CATEGORIES |
| string | cpplint._USAGE |