Scroll to navigation

CLANG-APPLY-REPLACEMENTS(1) User Commands CLANG-APPLY-REPLACEMENTS(1)

NAME

clang-apply-replacements - manual page for clang-apply-replacements 5.0

DESCRIPTION

USAGE: clang-apply-replacements [options] <Search Root Directory>

OPTIONS:

Formatting Options:

Use -style to choose formatting style.
LLVM, Google, Chromium, Mozilla, WebKit.
.clang-format file located in one of the parent directories of the source file (or current directory for stdin). Use -style="{key: value, ...}" to set specific parameters, e.g.:
-style="{BasedOnStyle: llvm, IndentWidth: 8}"
describing a formatting style to use for formatting code when -style=file.

Generic Options:

-help - Display available options (-help-hidden for more)

-help-list - Display list of available options (-help-list-hidden for more)

-version - Display the version of this program

Replacement Options:

merging/replacing.

SEE ALSO

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

info clang-apply-replacements

should give you access to the complete manual.

March 2018 clang-apply-replacements 5.0