summaryrefslogtreecommitdiffstats
path: root/clang/utils/scan-build
diff options
context:
space:
mode:
Diffstat (limited to 'clang/utils/scan-build')
-rwxr-xr-xclang/utils/scan-build7
1 files changed, 4 insertions, 3 deletions
diff --git a/clang/utils/scan-build b/clang/utils/scan-build
index 4f2a68ff9ea..5fea80b48a6 100755
--- a/clang/utils/scan-build
+++ b/clang/utils/scan-build
@@ -908,9 +908,10 @@ OPTIONS:
ADVANCED OPTIONS:
- -constraints [model] - Specify the contraint model used by the analyzer.
- By default the 'basic' model is used. 'range' adds
- experimental range tracking for program values.
+ -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.
-store [model] - Specify the store model used by the analyzer. By default,
the 'basic' store model is used. 'region' specifies a field-
OpenPOWER on IntegriCloud