Scroll to navigation

CLANG-FORMAT-DIFF.PY(1) User Commands CLANG-FORMAT-DIFF.PY(1)

NAME

clang-format-diff.py - manual page for clang-format-diff.py 5.0

DESCRIPTION

usage: clang-format-diff.py [-h] [-i] [-p NUM] [-regex PATTERN]

[-iregex PATTERN] [-sort-includes] [-v]
[-style STYLE] [-binary BINARY]

Reformat changed lines in diff. Without -i option just output the diff that would be introduced.

optional arguments:

show this help message and exit
apply edits to files instead of displaying a diff
strip the smallest prefix containing P slashes
custom pattern selecting file paths to reformat (case sensitive, overrides -iregex)
custom pattern selecting file paths to reformat (case insensitive, overridden by -regex)
let clang-format sort include blocks
be more verbose, ineffective without -i
formatting style to apply (LLVM, Google, Chromium, Mozilla, WebKit)
location of binary to use for clang-format

SEE ALSO

The full documentation for clang-format-diff.py is maintained as a Texinfo manual. If the info and clang-format-diff.py programs are properly installed at your site, the command

info clang-format-diff.py

should give you access to the complete manual.

March 2018 clang-format-diff.py 5.0