We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c9409 commit 5739d03Copy full SHA for 5739d03
clang-tools-extra/docs/clang-tidy/index.rst
@@ -33,6 +33,13 @@ compilation options on the command line after ``--``:
33
34
$ clang-tidy test.cpp -- -Imy_project/include -DMY_DEFINES ...
35
36
+If there are too many options to specify on the command line, you can store them
37
+in a parameter file, and use :program:`clang-tidy` with parameters file:
38
+
39
+.. code-block:: console
40
41
+ $ clang-tidy @parameters_file
42
43
:program:`clang-tidy` has its own checks and can also run Clang Static Analyzer
44
checks. Each check has a name and the checks to run can be chosen using the
45
``-checks=`` option, which specifies a comma-separated list of positive and
0 commit comments