Skip to content
Snippets Groups Projects
Commit c3f4599d authored by Yury Gribov's avatar Yury Gribov
Browse files

Forgot to remove file in previous commit.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@259647 91177308-0d34-0410-b5e6-96231b3b80d8
parent b2f9c2bd
No related branches found
No related tags found
No related merge requests found
// RUN: %clang_cc1 -analyze -analyzer-display-progress %s 2>&1 | FileCheck %s
void f() {};
void g() {};
void h() {}
// CHECK: analyze_display_progress.c f
// CHECK: analyze_display_progress.c g
// CHECK: analyze_display_progress.c h
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment