repo.or.cz
/
clang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[analyzer] Refactoring: Drop the 'GR' prefix.
[clang.git]
/
test
/
Analysis
/
analyze_display_progress.c
blob
958ed009ff10c36569012a4c4a293d183dec146d
1
// RUN: %clang_cc1 -analyze -analyzer-display-progress %s 2>&1 | FileCheck %s
2
3
void
f
() {};
4
void
g
() {};
5
void
h
() {}
6
7
// CHECK: analyze_display_progress.c f
8
// CHECK: analyze_display_progress.c g
9
// CHECK: analyze_display_progress.c h