forked from OSchip/llvm-project
Tweak test to hopefully appease FreeBSD buildbot.
llvm-svn: 127533
This commit is contained in:
parent
9997656600
commit
cd628393bb
|
@ -1,5 +1,5 @@
|
||||||
// RUN: %clang_cc1 -analyze -analyzer-store=region -analyzer-constraints=range -fblocks -analyzer-opt-analyze-nested-blocks -analyzer-checker=deadcode.IdempotentOperations -verify %s
|
// RUN: %clang_cc1 -analyze -analyzer-store=region -analyzer-constraints=range -fblocks -analyzer-opt-analyze-nested-blocks -analyzer-checker=deadcode.IdempotentOperations -verify %s
|
||||||
// RUN: %clang --analyze -Xclang -analyzer-disable-checker=deadcode.DeadStores -Xclang -verify %s
|
// RUN: %clang --analyze -Xclang -analyzer-disable-checker=deadcode.DeadStores -fblocks -Xclang -verify %s
|
||||||
|
|
||||||
// Basic tests
|
// Basic tests
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue