Skip to content

v0.26.7

Compare
Choose a tag to compare
@elliotchance elliotchance released this 28 Jul 00:12
· 6 commits to master since this release
5836250
Add UnaryExprOrTypeTraitExpr first child types to transpiler (#871)

* Support UnaryExprOrTypeTraitExpr->CStyleCastExpr
* Support UnaryExprOrTypeTraitExpr->ConditionalOperator
* Support UnaryExprOrTypeTraitExpr->BinaryOperator
* Support UnaryExprOrTypeTraitExpr->IntegerLiteral
* Support UnaryExprOrTypeTraitExpr->StringLiteral

Fixes #784
Fixes #868
Fixes #869
Fixes #870
Fixes #823