[cfe-commits] r49094 - /cfe/trunk/utils/scan-build
Ted Kremenek
kremenek at apple.com
Wed Apr 2 09:47:28 PDT 2008
Author: kremenek
Date: Wed Apr 2 11:47:27 2008
New Revision: 49094
URL: http://llvm.org/viewvc/llvm-project?rev=49094&view=rev
Log:
More wording cleanups in --help text.
Modified:
cfe/trunk/utils/scan-build
Modified: cfe/trunk/utils/scan-build
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/utils/scan-build?rev=49094&r1=49093&r2=49094&view=diff
==============================================================================
--- cfe/trunk/utils/scan-build (original)
+++ cfe/trunk/utils/scan-build Wed Apr 2 11:47:27 2008
@@ -196,18 +196,16 @@
BUILD OPTIONS
- You can specify any build option acceptable to the build command. For
- example:
+ You can specify any build option acceptable to the build command.
+
+ For example:
$Prog -o /tmp/myhtmldir make -j4
- The above causes analysis reports to be deposited in /tmp/myhtmldir (or
- rather a subdirectory corresponding to this particular running of the
- analyzer), and causes "make" to be run with the "-j4" option, allowing
- parallel builds (and parallel invocations of the analyzer).
-
- NOTE: The analyzer will work for most parallel builds, but not distributed
- builds (such as using distcc).
+ The above example causes analysis reports to be deposited into
+ a subdirectory of "/tmp/myhtmldir" and to run "make" with the "-j4" option.
+ A different subdirectory is created each time $Prog analyzes a project.
+ The analyzer should support most parallel builds, but not distributed builds.
ENDTEXT
}
More information about the cfe-commits
mailing list