Skip to content

Releases: elliotchance/c2go

v0.26.10

14 Aug 19:54
5420ffa
Compare
Choose a tag to compare
Ignore keywords when part of a variable name (#887)

Fixes #886

v0.26.9

02 Jun 13:42
5fb446c
Compare
Choose a tag to compare
clang: Add verbose flag to show the direct clang invocation (#882)

v0.26.8

26 May 14:52
b809e57
Compare
Choose a tag to compare
coding conventions and spelling fixes. (#881)

TestTrigraph -> TestTriGraph
TestMultifileTranspilation -> TestMultiFileTranspilation
subfolders -> sub folders

v0.26.7

28 Jul 00:12
5836250
Compare
Choose a tag to compare
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

v0.26.6

28 Jul 00:09
a1651b9
Compare
Choose a tag to compare
Support NRVO in VarDecl regex (#872)

Fixes #802

v0.26.5

21 Jul 15:30
72b29fc
Compare
Choose a tag to compare
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

v0.26.4

20 Jul 13:06
99646ac
Compare
Choose a tag to compare
Only generate init when there are startup lines (#865)

Fixes #864

v0.26.3

20 Jul 13:05
0307ff6
Compare
Choose a tag to compare
Handle optional extra field in warn_unused_result (#863)

Fixes #861

v0.26.2

20 Jul 13:03
d3c9135
Compare
Choose a tag to compare
Handle IsLiteralLabel in AsmLabelAttr (#862)

Fixes #860

v0.26.1

16 Apr 00:32
b603e1d
Compare
Choose a tag to compare
ast: support forward declarations of enums (#853)