Skip to content

v0.8.4 Hafnium 2017-04-16

Compare
Choose a tag to compare
@elliotchance elliotchance released this 16 Apr 01:31
· 966 commits to master since this release
  • Better handling of <<<NULL>>> nodes in the clang AST. This fixes some bugs allows ifStmt and ForStmt to be handled much better.
  • Added support for for(;;) - @jnjackins
  • Generally better panic messages for many scenarios.
  • Fixed some new cases for FieldDecl and TypedefDecl.
  • A new CLI option -print-ast makes it easier for debugging - @jnjackins