forked from OSchip/llvm-project
parent
8671acba95
commit
20871cd6b9
|
@ -1,4 +1,4 @@
|
||||||
// RUN: %clang --analyze %s -o /dev/null -Xclang -analyzer-checker=debug.ConfigDumper > %t 2>&1
|
// RUN: %clang -target x86_64-apple-darwin10 --analyze %s -o /dev/null -Xclang -analyzer-checker=debug.ConfigDumper > %t 2>&1
|
||||||
// RUN: FileCheck --input-file=%t %s
|
// RUN: FileCheck --input-file=%t %s
|
||||||
|
|
||||||
void bar() {}
|
void bar() {}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// RUN: %clang --analyze %s -o /dev/null -Xclang -analyzer-checker=debug.ConfigDumper > %t 2>&1
|
// RUN: %clang -target x86_64-apple-darwin10 --analyze %s -o /dev/null -Xclang -analyzer-checker=debug.ConfigDumper > %t 2>&1
|
||||||
// RUN: FileCheck --input-file=%t %s
|
// RUN: FileCheck --input-file=%t %s
|
||||||
|
|
||||||
void bar() {}
|
void bar() {}
|
||||||
|
|
Loading…
Reference in New Issue