diff options
-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- |