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
15 bar(a
); // expected-warning{{1st function call argument is an uninitialized value}}
18 // For now we don't emit popups inside macros due to UI limitations.
19 // Once we do, we should test it thoroughly.
21 // CHECK-LABEL: <tr class="codeline" data-linenumber="14">
22 // CHECK-NOT: <span class='variable'>
23 // CHECK-SAME: <span class='macro'>
25 // CHECK-SAME: <span class='macro_popup'>
27 // CHECK-SAME: </span>
28 // CHECK-SAME: </span>