C++: Switch another 'DataFlowType' to 'Type'.

This commit is contained in:
Mathias Vorreiter Pedersen
2026-01-16 12:42:33 +00:00
parent 08a6b99cfd
commit f05bff01e4

View File

@@ -53,7 +53,7 @@ private module SourceVariables {
* the type of this source variable should be thought of as "pointer
* to `getType()`".
*/
DataFlowType getType() {
Type getType() {
if this.isGLValue()
then result = base.getType()
else result = getTypeImpl(base.getType(), ind - 1)