diff options
Diffstat (limited to 'clang-tools-extra/docs/clang-tidy/index.rst')
-rw-r--r-- | clang-tools-extra/docs/clang-tidy/index.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang-tools-extra/docs/clang-tidy/index.rst b/clang-tools-extra/docs/clang-tidy/index.rst index 54011c38d32..4956def46c5 100644 --- a/clang-tools-extra/docs/clang-tidy/index.rst +++ b/clang-tools-extra/docs/clang-tidy/index.rst @@ -155,7 +155,9 @@ An overview of all the command-line options: stored fixes can be applied to the input source code with clang-apply-replacements. --extra-arg=<string> - Additional argument to append to the compiler command line + Can be used several times. --extra-arg-before=<string> - Additional argument to prepend to the compiler command line + Can be used several times. --fix - Apply suggested fixes. Without -fix-errors clang-tidy will bail out if any compilation |