[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git] / clang / test / Analysis / exploded-graph-rewriter / constraints.dot
blobd8f64d7518cfb68b1b87ee6744126d77e8fb641a
1 // RUN: %exploded_graph_rewriter %s | FileCheck %s
3 // CHECK: <tr><td align="left"><b>Ranges: </b></td></tr>
4 // CHECK-SAME: <tr><td align="left"><table border="0">
5 // CHECK-SAME: <tr>
6 // CHECK-SAME: <td align="left">reg_$0<x></td>
7 // CHECK-SAME: <td align="left">\{ [0, 0] \}</td>
8 // CHECK-SAME: </tr>
9 // CHECK-SAME: </table></td></tr>
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 "store": null,
24 "environment": null,
25 "dynamic_types": null,
26 "constructing_objects": null,
27 "checker_messages": null,
28 "constraints": [
29 { "symbol": "reg_$0<x>", "range": "{ [0, 0] }" }
33 \l}"];