Commit 79aa718
committed
fix IFDS reporter bug
1 parent 224f5f6 commit 79aa718
8 files changed
Lines changed: 29 additions & 42 deletions
File tree
- external
- include/phasar/PhasarLLVM/DataFlowSolver/IfdsIde
- Problems
- Solver
- lib/PhasarLLVM/DataFlowSolver/IfdsIde/Problems
Submodule googletest updated 115 files
Submodule json-schema-validator updated 63 files
- .travis.yml+10-1
- CMakeLists.txt+54-27
- README.md+46-3
- app/format.cpp+54
- cmake/HunterGate.cmake+539
- example/cmake-submodule/CMakeLists.txt+24
- example/cmake-submodule/validate.cpp+20
- nlohmann_json_schema_validatorConfig.cmake.in+6-11
- src/json-patch.cpp+1-1
- src/json-uri.cpp+1-1
- src/json-validator.cpp+164-48
- src/nlohmann/json-schema.hpp+12-12
- src/string-format-check.cpp+16-9
- test/CMakeLists.txt+14
- test/JSON-Schema-Test-Suite/CMakeLists.txt+2-2
- test/JSON-Schema-Test-Suite/json-schema-test.cpp+46-1
- test/JSON-Schema-Test-Suite/remotes/baseUriChange/folderInteger.json+3
- test/JSON-Schema-Test-Suite/remotes/baseUriChangeFolder/folderInteger.json+3
- test/JSON-Schema-Test-Suite/remotes/baseUriChangeFolderInSubschema/folderInteger.json+3
- test/JSON-Schema-Test-Suite/remotes/ref-and-definitions.json+11
- test/JSON-Schema-Test-Suite/remotes/ref-and-defs.json+11
- test/JSON-Schema-Test-Suite/tests/draft7/additionalItems.json+65-3
- test/JSON-Schema-Test-Suite/tests/draft7/additionalProperties.json+1-1
- test/JSON-Schema-Test-Suite/tests/draft7/allOf.json+50
- test/JSON-Schema-Test-Suite/tests/draft7/const.json+100
- test/JSON-Schema-Test-Suite/tests/draft7/contains.json+29
- test/JSON-Schema-Test-Suite/tests/draft7/default.json+30
- test/JSON-Schema-Test-Suite/tests/draft7/definitions.json+2-8
- test/JSON-Schema-Test-Suite/tests/draft7/enum.json+26
- test/JSON-Schema-Test-Suite/tests/draft7/id.json+53
- test/JSON-Schema-Test-Suite/tests/draft7/if-then-else.json+70
- test/JSON-Schema-Test-Suite/tests/draft7/infinite-loop-detection.json+36
- test/JSON-Schema-Test-Suite/tests/draft7/maxProperties.json+16
- test/JSON-Schema-Test-Suite/tests/draft7/multipleOf.json+11
- test/JSON-Schema-Test-Suite/tests/draft7/optional/ecmascript-regex.json+95-16
- test/JSON-Schema-Test-Suite/tests/draft7/optional/float-overflow.json+13
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/date-time.json+10
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/date.json+10
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/email.json+35
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/hostname.json+35
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/idn-email.json+10
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/idn-hostname.json+246
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/ipv4.json+16
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/ipv6.json+125
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/iri.json+1-1
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/time.json+75
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/uri.json+6-1
- test/JSON-Schema-Test-Suite/tests/draft7/patternProperties.json+5
- test/JSON-Schema-Test-Suite/tests/draft7/ref.json+166-33
- test/JSON-Schema-Test-Suite/tests/draft7/refRemote.json+26-3
- test/JSON-Schema-Test-Suite/tests/draft7/uniqueItems.json+41-1
- test/JSON-Schema-Test-Suite/tests/draft7/unknownKeyword.json+56
- test/binary-validation.cpp+175
- test/issue-117-format-error.cpp+69
- test/issue-143/CMakeLists.txt+13
- test/issue-143/instance-fail-1.json+4
- test/issue-143/instance-fail-a.json+4
- test/issue-143/instance.json+4
- test/issue-143/schema.json+21
- test/issue-149-entry-selection.cpp+93
- test/issue-25-default-values.cpp+133-59
- test/string-format-check-test.cpp+2-1
- test/test-pipe-in.sh+1-1
Lines changed: 0 additions & 26 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | 68 | | |
95 | 69 | | |
96 | 70 | | |
| |||
Lines changed: 14 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
109 | 111 | | |
110 | 112 | | |
111 | | - | |
| 113 | + | |
112 | 114 | | |
113 | 115 | | |
114 | | - | |
| 116 | + | |
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
| |||
125 | 127 | | |
126 | 128 | | |
127 | 129 | | |
128 | | - | |
129 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
130 | 133 | | |
131 | 134 | | |
132 | 135 | | |
133 | 136 | | |
134 | 137 | | |
135 | | - | |
136 | | - | |
137 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
138 | 141 | | |
139 | 142 | | |
140 | 143 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
181 | 191 | | |
182 | 192 | | |
183 | 193 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
446 | | - | |
| 446 | + | |
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
| |||
0 commit comments