1 // RUN: %clang_analyze_cc1 -analyzer-checker=alpha.webkit.UncountedCallArgsChecker -verify %s
3 #include "mock-types.h"
10 bool constFunc() const;
21 void Caller::someFunction()
24 // expected-warning@-1{{Call argument for 'this' parameter is uncounted and unsafe}}
26 // expected-warning@-1{{Call argument for 'this' parameter is uncounted and unsafe}}