[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git] / clang / test / Analysis / exploded-graph-rewriter / node_labels.dot
blob03a4a52c1bd391fe42ac68a2f0236d7923c44f17
1 // RUN: %exploded_graph_rewriter %s \
2 // RUN: | FileCheck %s -check-prefixes=CHECK,LIGHT,COLOR
3 // RUN: %exploded_graph_rewriter %s --dark \
4 // RUN: | FileCheck %s -check-prefixes CHECK,DARK,COLOR
5 // RUN: %exploded_graph_rewriter %s --gray \
6 // RUN: | FileCheck %s -check-prefixes=CHECK,LIGHT,GRAY
7 // RUN: %exploded_graph_rewriter %s --gray --dark \
8 // RUN: | FileCheck %s -check-prefixes CHECK,DARK,GRAY
10 // LIGHT: Node0x1 [shape=record,label=<
11 // DARK: Node0x1 [shape=record,color="white",fontcolor="gray80",label=<
12 // CHECK-SAME: <tr>
13 // LIGHT-SAME: <td bgcolor="gray70">
14 // DARK-SAME: <td bgcolor="gray20">
15 // CHECK-SAME: <b>State 0</b>
16 // CHECK-SAME: </td>
17 // CHECK-SAME: </tr>
18 Node0x1 [shape=record,label=
20 { "state_id": 0, "program_state": null,
21 "program_points": [
23 "kind": "BlockEntrance", "block_id": 1,
24 "terminator": null, "term_kind": null,
25 "tag": null, "node_id": 1,
26 "has_report": 0, "is_sink": 0
30 \l}"];
32 // CHECK: Node0x2 [
33 // CHECK-SAME: <tr>
34 // CHECK-SAME: <td colspan="3" align="left">
35 // COLOR-SAME: <font color="red"><b>Bug Report Attached</b></font>
36 // GRAY-SAME: <b>Bug Report Attached</b>
37 // CHECK-SAME: </td>
38 // CHECK-SAME: </tr>
39 // CHECK-SAME: <tr>
40 // CHECK-SAME: <td colspan="3" align="left">
41 // COLOR-SAME: <font color="cornflowerblue"><b>Sink Node</b></font>
42 // GRAY-SAME: <b>Sink Node</b>
43 // CHECK-SAME: </td>
44 // CHECK-SAME: </tr>
45 Node0x2 [shape=record,label=
47 { "state_id": 0, "program_state": null,
48 "program_points": [
50 "kind": "BlockEntrance", "block_id": 1,
51 "terminator": null, "term_kind": null,
52 "tag": null, "node_id": 2,
53 "has_report": 1, "is_sink": 1
57 \l}"];