diff options
Diffstat (limited to 'clang/test/Analysis/range_casts.c')
-rw-r--r-- | clang/test/Analysis/range_casts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/range_casts.c b/clang/test/Analysis/range_casts.c index 682369cce66..a01ab5d5209 100644 --- a/clang/test/Analysis/range_casts.c +++ b/clang/test/Analysis/range_casts.c @@ -1,5 +1,5 @@ // This test checks that intersecting ranges does not cause 'system is over constrained' assertions in the case of eg: 32 bits unsigned integers getting their range from 64 bits signed integers. -// RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -analyze -analyzer-checker=core,debug.ExprInspection -analyzer-store=region -verify %s +// RUN: %clang_analyze_cc1 -triple x86_64-pc-linux-gnu -analyzer-checker=core,debug.ExprInspection -analyzer-store=region -verify %s void clang_analyzer_warnIfReached(); |