You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type.proto defines the field as a string. However, the implementation of serializeType inside Serializer.cpp never even initializes it. nameStr is explicitly written to a CIRTypeID instead, and CIRStructType has a separate name field attached.
Does it have a use or should it be removed?
The text was updated successfully, but these errors were encountered:
type.proto
defines the field as a string. However, the implementation ofserializeType
insideSerializer.cpp
never even initializes it.nameStr
is explicitly written to aCIRTypeID
instead, andCIRStructType
has a separate name field attached.Does it have a use or should it be removed?
The text was updated successfully, but these errors were encountered: