mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
renamed "exprContainers" to "expr_containers"
This commit is contained in:
@@ -89,7 +89,7 @@ stmt_containers(#20030,#20001)
|
||||
#20031=*
|
||||
exprs(#20031,78,#20030,-1,"foo")
|
||||
hasLocation(#20031,#20007)
|
||||
exprContainers(#20031,#20030)
|
||||
expr_containers(#20031,#20030)
|
||||
literals("foo","foo",#20031)
|
||||
decl(#20031,#20029)
|
||||
#20032=*
|
||||
@@ -105,19 +105,19 @@ exprs(#20035,68,#20030,0,"{x, y}")
|
||||
#20036=@"loc,{#10000},1,14,1,19"
|
||||
locations_default(#20036,#10000,1,14,1,19)
|
||||
hasLocation(#20035,#20036)
|
||||
exprContainers(#20035,#20030)
|
||||
expr_containers(#20035,#20030)
|
||||
#20037=*
|
||||
properties(#20037,#20035,0,0,"x")
|
||||
hasLocation(#20037,#20013)
|
||||
#20038=*
|
||||
exprs(#20038,0,#20037,0,"x")
|
||||
hasLocation(#20038,#20013)
|
||||
exprContainers(#20038,#20030)
|
||||
expr_containers(#20038,#20030)
|
||||
literals("x","x",#20038)
|
||||
#20039=*
|
||||
exprs(#20039,78,#20037,1,"x")
|
||||
hasLocation(#20039,#20013)
|
||||
exprContainers(#20039,#20030)
|
||||
expr_containers(#20039,#20030)
|
||||
literals("x","x",#20039)
|
||||
decl(#20039,#20033)
|
||||
#20040=*
|
||||
@@ -126,12 +126,12 @@ hasLocation(#20040,#20017)
|
||||
#20041=*
|
||||
exprs(#20041,0,#20040,0,"y")
|
||||
hasLocation(#20041,#20017)
|
||||
exprContainers(#20041,#20030)
|
||||
expr_containers(#20041,#20030)
|
||||
literals("y","y",#20041)
|
||||
#20042=*
|
||||
exprs(#20042,78,#20040,1,"y")
|
||||
hasLocation(#20042,#20017)
|
||||
exprContainers(#20042,#20030)
|
||||
expr_containers(#20042,#20030)
|
||||
literals("y","y",#20042)
|
||||
decl(#20042,#20034)
|
||||
#20043=@"var;{arguments};{#20032}"
|
||||
|
||||
Reference in New Issue
Block a user