[cfe-commits] r166482 - /cfe/trunk/tools/scan-build/scan-build.1
Sean Silva
silvas at purdue.edu
Tue Oct 23 09:35:45 PDT 2012
Author: silvas
Date: Tue Oct 23 11:35:44 2012
New Revision: 166482
URL: http://llvm.org/viewvc/llvm-project?rev=166482&view=rev
Log:
Fix some mdoc nits
Patch by Eitan Adler!
Modified:
cfe/trunk/tools/scan-build/scan-build.1
Modified: cfe/trunk/tools/scan-build/scan-build.1
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/scan-build/scan-build.1?rev=166482&r1=166481&r2=166482&view=diff
==============================================================================
--- cfe/trunk/tools/scan-build/scan-build.1 (original)
+++ cfe/trunk/tools/scan-build/scan-build.1 Tue Oct 23 11:35:44 2012
@@ -2,8 +2,8 @@
.\" License. See LICENSE.TXT for details.
.\" $Id$
.Dd May 25, 2012
+.Dt SCAN-BUILD 1
.Os "clang" "3.1"
-.Dt SCAN-BUILD \&1 CLANG
.Sh NAME
.Nm scan-build
.Nd Clang static analyzer
@@ -139,7 +139,7 @@
was the default store model for checker-0.221 and earlier.
.\"
.El
-.Sh RETURN VALUES
+.Sh EXIT STATUS
.Nm
returns the value returned by
.Ar build_command
@@ -188,10 +188,10 @@
.It core.VLASize
Check for declarations of VLA of undefined or zero size.
.It core.builtin.BuiltinFunctions
-Evaluate compiler builtin functions, e.g.
+Evaluate compiler builtin functions, e.g.
.Fn alloca .
.It core.builtin.NoReturnFunctions
-Evaluate
+Evaluate
.Ql panic
functions that are known to not return to the caller.
.It core.uninitialized.ArraySubscript
More information about the cfe-commits
mailing list