mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
renamed "stmtContainers" to "stmt_containers"
This commit is contained in:
@@ -106,7 +106,7 @@ hasLocation(#20001,#20036)
|
||||
#20037=*
|
||||
stmts(#20037,2,#20001,0,"++a;")
|
||||
hasLocation(#20037,#20003)
|
||||
stmtContainers(#20037,#20001)
|
||||
stmt_containers(#20037,#20001)
|
||||
#20038=*
|
||||
exprs(#20038,59,#20037,0,"++a")
|
||||
#20039=@"loc,{#10000},1,1,1,3"
|
||||
@@ -126,7 +126,7 @@ bind(#20040,#20041)
|
||||
#20042=*
|
||||
stmts(#20042,2,#20001,1,"a++;")
|
||||
hasLocation(#20042,#20005)
|
||||
stmtContainers(#20042,#20001)
|
||||
stmt_containers(#20042,#20001)
|
||||
#20043=*
|
||||
exprs(#20043,60,#20042,0,"a++")
|
||||
#20044=@"loc,{#10000},2,1,2,3"
|
||||
@@ -144,7 +144,7 @@ bind(#20045,#20041)
|
||||
#20046=*
|
||||
stmts(#20046,2,#20001,2,"--b;")
|
||||
hasLocation(#20046,#20007)
|
||||
stmtContainers(#20046,#20001)
|
||||
stmt_containers(#20046,#20001)
|
||||
#20047=*
|
||||
exprs(#20047,61,#20046,0,"--b")
|
||||
#20048=@"loc,{#10000},3,1,3,3"
|
||||
@@ -164,7 +164,7 @@ bind(#20049,#20050)
|
||||
#20051=*
|
||||
stmts(#20051,2,#20001,3,"b--;")
|
||||
hasLocation(#20051,#20009)
|
||||
stmtContainers(#20051,#20001)
|
||||
stmt_containers(#20051,#20001)
|
||||
#20052=*
|
||||
exprs(#20052,62,#20051,0,"b--")
|
||||
#20053=@"loc,{#10000},4,1,4,3"
|
||||
|
||||
Reference in New Issue
Block a user