10 lines · c
1// REQUIRES: asserts2// RUN: %clang_analyze_cc1 -analyzer-checker=core -analyzer-stats %s 2>&1 | FileCheck %s3 4void foo(void) {5 int x;6}7// CHECK: ... Statistics Collected ...8// CHECK:100 AnalysisConsumer - The % of reachable basic blocks.9// CHECK:The # of times RemoveDeadBindings is called10