Skip to content

v0.26.5

Compare
Choose a tag to compare
@elliotchance elliotchance released this 21 Jul 15:30
· 8 commits to master since this release
72b29fc
Handle wide-character string literals in regex (#867)

Does not add support for wide-character strings per se, only for parsing the clang AST without crashing.

Fixes #866