Skip to content

Commit 1dd6278

Browse files
author
Mandeep Singh Grang
committed
[clang docs] Minor fix in ClangCheck.rst
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
1 parent c7f4e58 commit 1dd6278

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/ClangCheck.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ do basic error checking and AST dumping.
3131
1 error generated.
3232
Error while processing snippet.cc.
3333
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`.
34+
The '--' at the end is important as it prevents :program:`clang-check` from
35+
searching for a compilation database. For more information on how to setup and
36+
use :program:`clang-check` in a project, see :doc:`HowToSetupToolingForLLVM`.

0 commit comments

Comments
 (0)