C++: Add TConstantValueNumber case to ValueNumber::getKind

This commit is contained in:
Mathias Vorreiter Pedersen
2020-06-04 11:31:02 +02:00
parent 70131e6ac8
commit 36cfe3624b

View File

@@ -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"