Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add regex for bool parsing & test struct w/ bool parsing (#169)
GitHub: fix GH-168 Struct parsing invokes "parse_ctype" on the whole member signature, which fails if member type is "bool" due to plain string matching for it. This change updates "bool" type matching to a regexp, so TYPE_BOOL is correctly parsed for a whole signature like "bool toggle" as well as just "bool". --------- Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
- Loading branch information