forked from OSchip/llvm-project
Fix idempotent operations test command line arguments.
llvm-svn: 107735
This commit is contained in:
parent
dc0a0659be
commit
49f1e908b2
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang_cc1 -Wunused-variable -analyze -analyzer-idempotent-operation -analyzer-store=basic -analyzer-constraints=range
|
||||
// RUN: %clang_cc1 -analyze -analyzer-idempotent-operation -analyzer-store=region -analyzer-constraints=range -fblocks -verify -analyzer-opt-analyze-nested-blocks -analyzer-check-objc-mem -verify %s
|
||||
|
||||
// Basic tests
|
||||
|
||||
|
|
Loading…
Reference in New Issue