Actually build the graph properly. Oops.
This commit is contained in:
parent
32103089d3
commit
659d1e1b7d
@ -1000,7 +1000,7 @@ let populate_tag_graph_node (cx:Semant.ctxt) (id:Common.opaque_id) (n:int) =
|
||||
function
|
||||
Ast.TY_tag { Ast.tag_id = id'; Ast.tag_args = tys } ->
|
||||
let tag_graph_node =
|
||||
Hashtbl.find cx.Semant.ctxt_tag_containment id'
|
||||
Hashtbl.find cx.Semant.ctxt_tag_containment id
|
||||
in
|
||||
Queue.add id' tag_graph_node.Semant.tgn_children;
|
||||
Array.iter add_ty tys
|
||||
|
Loading…
x
Reference in New Issue
Block a user