This is the command clang-format-diff-3.6 that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
clang-format-diff.py - manual page for clang-format-diff.py 3.6
DESCRIPTION
usage: clang-format-diff.py [-h] [-i] [-p NUM] [-regex PATTERN]
[-iregex PATTERN] [-v] [-style STYLE]
Reformat changed lines in diff. Without -i option just output the diff that would be
introduced.
optional arguments:
-h, --help
show this help message and exit
-i apply edits to files instead of displaying a diff
-p NUM strip the smallest prefix containing P slashes
-regex PATTERN
custom pattern selecting file paths to reformat (case sensitive, overrides -iregex)
-iregex PATTERN
custom pattern selecting file paths to reformat (case insensitive, overridden by
-regex)
-v, --verbose
be more verbose, ineffective without -i
-style STYLE
formatting style to apply (LLVM, Google, Chromium, Mozilla, WebKit)
Use clang-format-diff-3.6 online using onworks.net services