[NFC][RISCV] Remove CFIIndex argument from allocateStack (#117871)
[llvm-project.git] / clang / test / Analysis / exploded-graph-rewriter / topology.dot
blob88ac53d56c48476ee73638f081b4a3284b735d9c
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 "checker_messages": [
27 { "checker": "foo", "messages": ["bar"] }
29 "store": null
32 \l}"];