[PATCH] D106867: [scan-build] Fix a typo in the manual page: s/contraint/constraint.
Michał Górny via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 29 11:35:48 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1862ffe25a2e: [clang] Fix a typo in the manual page: s/contraint/constraint. (authored by fcambus, committed by mgorny).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106867/new/
https://reviews.llvm.org/D106867
Files:
clang/tools/scan-build/man/scan-build.1
Index: clang/tools/scan-build/man/scan-build.1
===================================================================
--- clang/tools/scan-build/man/scan-build.1
+++ clang/tools/scan-build/man/scan-build.1
@@ -2,9 +2,9 @@
.\" See https://llvm.org/LICENSE.txt for license information.
.\" SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
.\" $Id$
-.Dd May 25, 2012
+.Dd Jul 27, 2021
.Dt SCAN-BUILD 1
-.Os "clang" "3.5"
+.Os "clang" "13"
.Sh NAME
.Nm scan-build
.Nd Clang static analyzer
@@ -110,7 +110,7 @@
.It Fl V , Fl Fl view
View analysis results in a web browser when the build completes.
.It Fl constraints Op Ar model
-Specify the contraint engine used by the analyzer. By default the
+Specify the constraint engine used by the analyzer. By default the
.Ql range
model is used. Specifying
.Ql basic
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106867.362837.patch
Type: text/x-patch
Size: 825 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210729/1f35b2d1/attachment.bin>
More information about the cfe-commits
mailing list