• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-stats %s 2>&1 | FileCheck %s
2 
foo()3 void foo() {
4   int x;
5 }
6 // CHECK: ... Statistics Collected ...
7 // CHECK:100 AnalysisConsumer - The % of reachable basic blocks.
8 // CHECK:The # of times RemoveDeadBindings is called
9