mheinsen / seec

Program visualization and debugging for novice C programmers
http://seec-team.github.io/seec/
MIT License
3 stars 0 forks source link

SeeC-Clang mapping of Values fails for forward declarations. #40

Closed mheinsen closed 11 years ago

mheinsen commented 11 years ago

We should check state generation with the following values:

If we have an area that is only referenced by a pointer to an incomplete type, we should still lay it out, perhaps with an informative message saying that the type is incomplete.

If we have an area that is only reference by a void pointer, then we should still lay it out.