Work in progress, just want to see if people agree with the general approach
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM
include/llvm/DebugInfo/CodeView/TypeRecord.h | ||
---|---|---|
342 | Is there always a string? If so, then you could use <= to account for the fact that there should be at least a null character to terminate an empty string. |
Comment Actions
We discussed further offline, but I was thinking more that this would be a merging of the records above rather than the creation of new ones. That way the reading and writing records end up more unified.
Is there always a string? If so, then you could use <= to account for the fact that there should be at least a null character to terminate an empty string.