mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
C++: Add getDebugString predicate and use it in ValueNumberPropertyProvider
This commit is contained in:
@@ -61,6 +61,8 @@ class GVN extends TValueNumber {
|
||||
|
||||
final string toString() { result = "GVN" }
|
||||
|
||||
final string getDebugString() { result = strictconcat(getAnExpr().toString(), ", ") }
|
||||
|
||||
final Location getLocation() {
|
||||
result =
|
||||
min(Location l |
|
||||
|
||||
Reference in New Issue
Block a user