[clang] 1862ffe - [clang] Fix a typo in the manual page: s/contraint/constraint.
Michał Górny via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 29 11:35:35 PDT 2021
Author: Frederic Cambus
Date: 2021-07-29T20:34:43+02:00
New Revision: 1862ffe25a2e927ecae012f5f0c4cdf7c3fc1b67
URL: https://github.com/llvm/llvm-project/commit/1862ffe25a2e927ecae012f5f0c4cdf7c3fc1b67
DIFF: https://github.com/llvm/llvm-project/commit/1862ffe25a2e927ecae012f5f0c4cdf7c3fc1b67.diff
LOG: [clang] Fix a typo in the manual page: s/contraint/constraint.
While there, update hardcoded Clang version from 3.5 to 13.
Differential Revision: https://reviews.llvm.org/D106867
Added:
Modified:
clang/tools/scan-build/man/scan-build.1
Removed:
################################################################################
diff --git a/clang/tools/scan-build/man/scan-build.1 b/clang/tools/scan-build/man/scan-build.1
index 4f3cd8d10333a..824037f3b30cb 100644
--- a/clang/tools/scan-build/man/scan-build.1
+++ b/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 @@ increases verbosity.
.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
More information about the cfe-commits
mailing list