[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Analysis / stats.c
blob886daa38bd8c17a1ae108cf72e5ed7ed71bdac16
1 // REQUIRES: asserts
2 // RUN: %clang_analyze_cc1 -analyzer-checker=core -analyzer-stats %s 2>&1 | FileCheck %s
4 void foo(void) {
5 int x;
7 // CHECK: ... Statistics Collected ...
8 // CHECK:100 AnalysisConsumer - The % of reachable basic blocks.
9 // CHECK:The # of times RemoveDeadBindings is called