We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7f4e58 commit 1dd6278Copy full SHA for 1dd6278
docs/ClangCheck.rst
@@ -31,6 +31,6 @@ do basic error checking and AST dumping.
31
1 error generated.
32
Error while processing snippet.cc.
33
34
-The '--' at the end is important as it prevents `clang-check` from search for a
35
-compilation database. For more information on how to setup and use `clang-check`
36
-in a project, see :doc:`HowToSetupToolingForLLVM`.
+The '--' at the end is important as it prevents :program:`clang-check` from
+searching for a compilation database. For more information on how to setup and
+use :program:`clang-check` in a project, see :doc:`HowToSetupToolingForLLVM`.
0 commit comments