diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-02-21 04:46:41 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-02-21 04:46:41 +0000 |
commit | d4c7684f19703d75b989364da80727d635f99b53 (patch) | |
tree | 8c742f424fe149cde34a1afea4f2a977f9dab3d8 | |
parent | 7e5bd6f061c549dca0c1aeedfdd4009b853264ea (diff) |
Update scan-build help diagnostic.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65223 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-x | utils/scan-build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/scan-build b/utils/scan-build index 5fea80b48a..0ff0b2be72 100755 --- a/utils/scan-build +++ b/utils/scan-build @@ -911,7 +911,7 @@ ADVANCED OPTIONS: -constraints [model] - Specify the contraint engine used by the analyzer. By default the 'range' model is used. Specifying 'basic' uses a simpler, less powerful constraint model - used by checker-0.161 and earlier. + used by checker-0.160 and earlier. -store [model] - Specify the store model used by the analyzer. By default, the 'basic' store model is used. 'region' specifies a field- |