mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
C++: Add TConstantValueNumber case to ValueNumber::getKind
This commit is contained in:
@@ -58,6 +58,8 @@ class ValueNumber extends TValueNumber {
|
||||
or
|
||||
this instanceof TInitializeThisValueNumber and result = "InitializeThis"
|
||||
or
|
||||
this instanceof TConstantValueNumber and result = "Constant"
|
||||
or
|
||||
this instanceof TStringConstantValueNumber and result = "StringConstant"
|
||||
or
|
||||
this instanceof TFieldAddressValueNumber and result = "FieldAddress"
|
||||
|
||||
Reference in New Issue
Block a user