bolt/deps/llvm-18.1.8/clang/test/Analysis/stats.c

10 lines
296 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
// REQUIRES: asserts
// RUN: %clang_analyze_cc1 -analyzer-checker=core -analyzer-stats %s 2>&1 | FileCheck %s
void foo(void) {
int x;
}
// CHECK: ... Statistics Collected ...
// CHECK:100 AnalysisConsumer - The % of reachable basic blocks.
// CHECK:The # of times RemoveDeadBindings is called