Commit 578f668
Martin Mory
various fixes in IDE solver - identifier renames and multiple changes of range loops to use references, those are marked with TODO/FIXME - please review whether that is right, tests pass but I would like some other eyes looking at that
1 parent 757fa7c commit 578f668
17 files changed
Lines changed: 1062 additions & 979 deletions
File tree
- external
- include/phasar
- PhasarLLVM
- DataFlowSolver/IfdsIde/Solver
- Utils
- Utils
- lib
- PhasarLLVM/Utils
- Utils
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: 652 additions & 576 deletions
Large diffs are not rendered by default.
Lines changed: 11 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
Lines changed: 13 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
Lines changed: 41 additions & 39 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
| 78 | + | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
| 82 | + | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
88 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
98 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | | - | |
| 117 | + | |
| 118 | + | |
119 | 119 | | |
120 | | - | |
121 | | - | |
122 | 120 | | |
| 121 | + | |
123 | 122 | | |
124 | 123 | | |
125 | 124 | | |
126 | 125 | | |
127 | 126 | | |
128 | 127 | | |
129 | 128 | | |
130 | | - | |
131 | | - | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
139 | | - | |
140 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
148 | | - | |
149 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
150 | 151 | | |
151 | 152 | | |
152 | 153 | | |
153 | 154 | | |
154 | 155 | | |
155 | 156 | | |
156 | | - | |
157 | | - | |
158 | | - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
159 | 161 | | |
160 | 162 | | |
161 | 163 | | |
162 | 164 | | |
163 | 165 | | |
164 | 166 | | |
165 | | - | |
166 | | - | |
| 167 | + | |
| 168 | + | |
167 | 169 | | |
168 | 170 | | |
169 | 171 | | |
170 | | - | |
171 | | - | |
| 172 | + | |
| 173 | + | |
172 | 174 | | |
173 | 175 | | |
174 | | - | |
175 | | - | |
| 176 | + | |
| 177 | + | |
176 | 178 | | |
177 | 179 | | |
178 | | - | |
179 | | - | |
| 180 | + | |
| 181 | + | |
180 | 182 | | |
181 | 183 | | |
182 | | - | |
183 | | - | |
| 184 | + | |
| 185 | + | |
184 | 186 | | |
185 | 187 | | |
186 | 188 | | |
| |||
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | | - | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | | - | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
48 | | - | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
0 commit comments