HomeSort by: relevance | last modified time | path
    Searched refs:cpplint (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
check_lint.sh 11 CPPLINT=${SCRIPT_DIR}/cpplint.py
14 CPPLINT="${PYTHON_EXECUTABLE} ${CPPLINT}"
52 ${CPPLINT} --filter=${FILTER} "$@" 2>$TASK_LOG
cpplint.py 91 Syntax: cpplint.py [--verbose=#] [--output=vs7] [--filter=-x,+y,...]
130 To see a list of all the categories used in cpplint, pass no arg:
158 # We want an explicit list so we can list them all in cpplint --filter=.
322 # troublesome for cpplint.
860 "cpplint(category)" comments on the offending line. These are
1123 # Restores original filename in case that cpplint is invoked from Emacs's
1458 # preprocessor macros can be cpplint clean. Example: http://go/nxpiz
2759 # TODO(unknown): remove this once cpplint has better support for
2866 # The "$Id: cpplint.py,v 1.1.1.1 2019/01/08 05:40:31 kamil Exp $" comment may also get very long without it being the
2870 not Match(r'^// \$Id: cpplint.py,v 1.1.1.1 2019/01/08 05:40:31 kamil Exp $$', line))
    [all...]

Completed in 67 milliseconds