mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
C++: Rename from 'getAllocation' to 'getAnAllocation'.
This commit is contained in:
@@ -56,7 +56,7 @@ module UnaliasedSsa {
|
||||
not memLocation.getVirtualVariable() instanceof AliasedVirtualVariable and
|
||||
not memLocation instanceof AllNonLocalMemory and
|
||||
tag = "ussa" and
|
||||
not ignoreAllocation(memLocation.getAllocation().getAllocationString()) and
|
||||
not ignoreAllocation(memLocation.getAnAllocation().getAllocationString()) and
|
||||
value = memLocation.toString() and
|
||||
element = instr.toString() and
|
||||
location = instr.getLocation() and
|
||||
|
||||
Reference in New Issue
Block a user