2 // RUN: %clang_analyze_cc1 -analyzer-checker=core -Wno-objc-root-class \
3 // RUN: -analyze-function='missing_fn' \
4 // RUN: -triple x86_64-pc-linux-gnu 2>&1 %s \
5 // RUN: | FileCheck %s -check-prefix=CHECK-MISSING
7 // CHECK-MISSING: Every top-level function was skipped.
8 // CHECK-MISSING: Pass the -analyzer-display-progress for tracking which functions are analyzed.
11 - (int)messageWithFoo:(int)foo bar:(int)bar;
14 @implementation MyClass
15 - (int)messageWithFoo:(int)foo bar:(int)bar {