source: src/AST/Util.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17fa94f   2 months ajbeach Reworked some nodes so they can be typed or untyped. This allowed me …
(edit) @d3d54b3   3 months mlbrooks Eliminate warnings due to sizeof returning type inconsistent with %zu. …
(edit) @90e683b   3 months ajbeach I set out to do a enum rework. It ended up being much the same and I …
(edit) @f5dbc8d   8 months ajbeach Removed some unneeded code that could have gone last commit.
(edit) @b6f2e7ab   8 months ajbeach Removed SizeofExpr::expr and AlignofExpr::expr, expressions that would …
(edit) @85855b0   11 months j82liang 1. Implement enum cast; 2. Change valueE so that opague enum returns …
(edit) @c92bdcc   12 months ajbeach Updated the rest of the names in src/ (except for the generated files).
(edit) @bfeb37a6   20 months ajbeach Added another check to the invariants for SizeofExpr/AlignofExpr?.
(edit) @14c0f7b   21 months ajbeach Added invariant to check that referenced declarations are in scope. …
(edit) @b7c53a9d   22 months ajbeach Added a new invariant check and the fixes required to make it pass. …
(edit) @0658672   23 months ajbeach Improved hoisting. However, I had to change some code because of other … ast-experimental
(edit) @7675f58   3 years ajbeach Labels on statements (not all Labels in the AST) now have all their … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @3f681b1   3 years ajbeach Added the new invariant checks. There seems to be a few unset … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @33b7d49   3 years ajbeach Added another check to checkInvariants for code locations. I also went … ADTast-experimentalenumpthread-emulationqualifiedEnum
(add) @f69fac7   3 years ajbeach Got the Util module started by moving over the unused AssertAcyclic? pass. ADTast-experimentalenumpthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.