summaryrefslogtreecommitdiff
path: root/tests/headers/issue-639-typedef-anon-field.hpp
AgeCommit message (Collapse)Author
2022-10-04split the repo into a workspaceChristian Poveda
remove `clap` dependency :tada: update the book installation instructions
2017-04-18ir: 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