[clang-tools-extra] r294689 - Adds the commandline need to run clang-tidy tests.
David L. Jones via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 9 17:48:44 PST 2017
Author: dlj
Date: Thu Feb 9 19:48:43 2017
New Revision: 294689
URL: http://llvm.org/viewvc/llvm-project?rev=294689&view=rev
Log:
Adds the commandline need to run clang-tidy tests.
Patch by Jorge Gorbe (lethalantidote)
Differential Revision: https://reviews.llvm.org/D29737
Modified:
clang-tools-extra/trunk/docs/clang-tidy/index.rst
Modified: clang-tools-extra/trunk/docs/clang-tidy/index.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/index.rst?rev=294689&r1=294688&r2=294689&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/index.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/index.rst Thu Feb 9 19:48:43 2017
@@ -537,6 +537,12 @@ YAML format:
Testing Checks
--------------
+To run tests for :program:`clang-tidy` use the command:
+
+.. code-block:: console
+
+ $ ninja check-clang-tools
+
:program:`clang-tidy` checks can be tested using either unit tests or
`lit`_ tests. Unit tests may be more convenient to test complex replacements
with strict checks. `Lit`_ tests allow using partial text matching and regular
More information about the cfe-commits
mailing list