[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git] / clang / test / Analysis / exploded-graph-rewriter / topology.dot
blob85e6d5b37ab9d7565444b0b06f7223a5ba232dca
1 // RUN: %exploded_graph_rewriter %s \
2 // RUN: | FileCheck -check-prefixes=NORMAL %s
3 // RUN: %exploded_graph_rewriter -t %s \
4 // RUN: | FileCheck -check-prefixes=TOPOLOGY %s
6 // NORMAL: Program point
7 // TOPOLOGY-NOT: Program point
8 // NORMAL: Checker State
9 // TOPOLOGY-NOT: Checker State
10 Node0x1 [shape=record,label=
13 "state_id": 2,
14 "program_points": [
16 "kind": "BlockEntrance", "block_id": 1,
17 "terminator": null, "term_kind": null,
18 "tag": null, "node_id": 1,
19 "has_report": 0, "is_sink": 0
22 "program_state": {
23 "environment": null,
24 "constraints": null,
25 "dynamic_types": null,
26 "constructing_objects": null,
27 "checker_messages": [
28 { "checker": "foo", "messages": ["bar"] }
30 "store": null
33 \l}"];