-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
This issue was copied from checkedc/checkedc-clang#47
- Only de-sugar typedefs if the immediate value is a pointer value, and then, only perform one "step" of de-sugaring. This reduces cases where
wchar_t
gets re-written asunsigned short
but there is still a more elegant fix waiting to be implemented. - Started adding documentation
- Fixed a bug where we would only ever constrain the top-most constraint variable in a Decl. Added test cases.
- Constrain compound assignment of pointers via
+=
.
Metadata
Metadata
Assignees
Labels
No labels