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:
@@ -62,19 +62,19 @@ exprs(#20019,64,#20018,0,"x = 23")
|
||||
locations_default(#20020,#10000,1,7,1,12)
|
||||
hasLocation(#20019,#20020)
|
||||
enclosing_stmt(#20019,#20018)
|
||||
exprContainers(#20019,#20001)
|
||||
expr_containers(#20019,#20001)
|
||||
#20021=*
|
||||
exprs(#20021,78,#20019,0,"x")
|
||||
hasLocation(#20021,#20007)
|
||||
enclosing_stmt(#20021,#20018)
|
||||
exprContainers(#20021,#20001)
|
||||
expr_containers(#20021,#20001)
|
||||
literals("x","x",#20021)
|
||||
decl(#20021,#20017)
|
||||
#20022=*
|
||||
exprs(#20022,3,#20019,1,"23")
|
||||
hasLocation(#20022,#20011)
|
||||
enclosing_stmt(#20022,#20018)
|
||||
exprContainers(#20022,#20001)
|
||||
expr_containers(#20022,#20001)
|
||||
literals("23","23",#20022)
|
||||
#20023=*
|
||||
entry_cfg_node(#20023,#20001)
|
||||
|
||||
Reference in New Issue
Block a user