summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/empty-union.hpp
AgeCommit message (Collapse)Author
2022-10-24Sanitize RegexSet input so alternation is properly handled (#1756)Adam Gausmann
* tests: Avoid using globs as regexes * Sanitize regex set input to properly handle alternation * Add test case for alternates/anchors interaction * emit warning if wildcard pattern is used * update changelog and bump versions Co-authored-by: Darren Kulp <darren@kulp.ch> Co-authored-by: Christian Poveda <christian.poveda@ferrous-systems.com>
2022-10-04split the repo into a workspaceChristian Poveda
remove `clap` dependency :tada: update the book installation instructions