3 // RUN: %clang_analyze_cc1 -analyzer-checker=core \
4 // RUN: -analyzer-output=html -o %t -verify %s
5 // RUN: cat %t/report-*.html | FileCheck %s
11 bar(a
); // expected-warning{{1st function call argument is an uninitialized value}}
14 // CHECK-LABEL: <div id="EndPath" class="msg msgEvent" style="margin-left:3ex">
15 // CHECK-SAME: <table class="msgT">
17 // CHECK-SAME: <td valign="top">
18 // CHECK-SAME: <div class="PathIndex PathIndexEvent">2</div>
21 // CHECK-SAME: <div class="PathNav">
22 // CHECK-SAME: <a href="#Path1" title="Previous event (1)">←</a>
27 // CHECK-SAME: 1st function call argument is an uninitialized value
30 // CHECK-SAME: </table>