We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6636ce commit 2291e5aCopy full SHA for 2291e5a
clang-tools-extra/docs/clang-tidy/index.rst
@@ -9,7 +9,7 @@ See also:
9
.. toctree::
10
:maxdepth: 1
11
12
- The list of clang-tidy checks <checks/list>
+ List of Clang-Tidy Checks <checks/list>
13
Clang-tidy IDE/Editor Integrations <Integrations>
14
Getting Involved <Contributing>
15
External Clang-Tidy Examples <ExternalClang-TidyExamples>
@@ -21,7 +21,7 @@ static analysis. :program:`clang-tidy` is modular and provides a convenient
21
interface for writing new checks.
22
23
24
-Using clang-tidy
+Using Clang-Tidy
25
================
26
27
:program:`clang-tidy` is a `LibTooling`_-based tool, and it's easier to work
0 commit comments