Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-04 | split the repo into a workspace | Christian Poveda | |
remove `clap` dependency :tada: update the book installation instructions | |||
2017-04-18 | ir: Ensure we check for typedefs of anonymous structs at the right time. | Emilio Cobos Álvarez | |
They appear later in the clang AST, so we need to check for them as a special-case before flushing the new field. Fixes #639 |