2012-02-29 10:04:39 +08:00
|
|
|
// RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-stats %s 2>&1 | FileCheck %s
|
2012-02-28 05:33:16 +08:00
|
|
|
|
|
|
|
void foo() {
|
2012-02-29 05:49:04 +08:00
|
|
|
int x;
|
2012-02-28 05:33:16 +08:00
|
|
|
}
|
|
|
|
// CHECK: ... Statistics Collected ...
|
2012-04-03 10:05:47 +08:00
|
|
|
// CHECK:100 AnalysisConsumer - The % of reachable basic blocks.
|
2012-02-29 05:49:04 +08:00
|
|
|
// CHECK:The # of times RemoveDeadBindings is called
|