[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git] / clang / test / Analysis / exploded-graph-rewriter / edge.dot
blob4492dd88c46ea68263a8bb87543fb5ca852932f9
1 // RUN: %exploded_graph_rewriter %s | FileCheck %s -check-prefix=LIGHT
2 // RUN: %exploded_graph_rewriter --dark %s | FileCheck %s -check-prefixes=DARK
4 Node0x1 [shape=record,label=
5 "{{ "state_id": 0, "program_state": null, "program_points": [
7 "kind": "BlockEntrance", "block_id": 1,
8 "terminator": null, "term_kind": null,
9 "tag": null, "node_id": 1,
10 "has_report": 0, "is_sink": 0
12 ]}\l}"];
14 // LIGHT: Node0x1 -> Node0x2;
15 // DARK: Node0x1 -> Node0x2 [color="white"];
16 Node0x1 -> Node0x2;
18 Node0x2 [shape=record,label=
19 "{{ "state_id": 0, "program_state": null, "program_points": [
21 "kind": "BlockEntrance", "block_id": 1,
22 "terminator": null, "term_kind": null,
23 "tag": null, "node_id": 1,
24 "has_report": 0, "is_sink": 0
26 ]}\l}"];