Home | History | Annotate | Download | only in Analysis
      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