]> granicus.if.org Git - clang/commitdiff
[clang docs] Minor fix in ClangCheck.rst
authorMandeep Singh Grang <mgrang@codeaurora.org>
Mon, 14 Nov 2016 17:31:24 +0000 (17:31 +0000)
committerMandeep Singh Grang <mgrang@codeaurora.org>
Mon, 14 Nov 2016 17:31:24 +0000 (17:31 +0000)
Reviewers: djasper, rengolin

Subscribers: Eugene.Zelenko

Tags: #clang-c

Differential Revision: https://reviews.llvm.org/D26484

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@286846 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ClangCheck.rst

index 4650049b1fbfc03747ed2d8a949908d6ba086017..c249c126770f72c788c04e57dbca4cb5a7aebf71 100644 (file)
@@ -31,6 +31,6 @@ do basic error checking and AST dumping.
   1 error generated.
   Error while processing snippet.cc.
 
-The '--' at the end is important as it prevents `clang-check` from search for a
-compilation database. For more information on how to setup and use `clang-check`
-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`.