[TableGen] Fix validateOperandClass for non Phyical Reg (#118146)
[llvm-project.git] / clang / test / Analysis / exploded-graph-rewriter / checker_messages.dot
blob42d45b00daa04a62c7f1578a0e1a3598a43e0a2d
1 // RUN: %exploded_graph_rewriter %s | FileCheck %s
3 // CHECK: <b>Checker State: </b>
4 // CHECK-SAME: <td align="left"><i>alpha.core.FooChecker</i>:</td>
5 // CHECK-SAME: <td align="left">Foo stuff:</td>
6 // CHECK-SAME: <td align="left">Foo: Bar</td>
7 Node0x1 [shape=record,label=
8 "{
9 { "node_id": 1,
10 "pointer": "0x1",
11 "has_report": false,
12 "is_sink": false,
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 "store": null,
24 "constraints": null,
25 "dynamic_types": null,
26 "environment": null,
27 "checker_messages": [
28 { "checker": "alpha.core.FooChecker", "messages": [
29 "Foo stuff:",
30 "Foo: Bar"
35 \l}"];