r286846 - [clang docs] Minor fix in ClangCheck.rst

Mandeep Singh Grang via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 14 09:31:25 PST 2016


Author: mgrang
Date: Mon Nov 14 11:31:24 2016
New Revision: 286846

URL: http://llvm.org/viewvc/llvm-project?rev=286846&view=rev
Log:
[clang docs] Minor fix in ClangCheck.rst

Reviewers: djasper, rengolin

Subscribers: Eugene.Zelenko

Tags: #clang-c

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

Modified:
    cfe/trunk/docs/ClangCheck.rst

Modified: cfe/trunk/docs/ClangCheck.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ClangCheck.rst?rev=286846&r1=286845&r2=286846&view=diff
==============================================================================
--- cfe/trunk/docs/ClangCheck.rst (original)
+++ cfe/trunk/docs/ClangCheck.rst Mon Nov 14 11:31:24 2016
@@ -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`.




More information about the cfe-commits mailing list