Skip to content

Commit a67a702

Browse files
Rename JsonParser to CodeQuery. References goblint/analyzer#112
1 parent 6510d4b commit a67a702

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

src/ext/syntaticsearch/queryMapping.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
open Cil
2-
open JsonParser
2+
open CodeQuery
33

44
(* Default output if the input-query is not supported *)
55
let loc_default = { line = -1; file = ""; byte = -1 }

src/ext/syntaticsearch/resultPrinter.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
open JsonParser
1+
open CodeQuery
22
open Cil
33

44
let rec contains list elem =

0 commit comments

Comments
 (0)