Skip to content

Releases: CognexVisionSoftware/CppAst.NET

0.13.15: Recover fallbacks for parsing function arguments

11 Dec 18:21

Choose a tag to compare

When parsing functions, we use the VisitChildren pattern to
get parameter names of functions. It does not work when the
parent is a compatible cursor like ClassDecl. This commit
recovers a previous method of doing this by using the GetArgType()
function to directly get the type of the argument.

0.13.8

05 Feb 06:22
1ccfb27

Choose a tag to compare

What's Changed

  • Template parameter resolution is not working properly by @harsszegi in #16

Full Changelog: 0.13.7...0.13.8

0.13.7: Merge pull request #15 from CognexVisionSoftware/feature/returntype_auto

09 Jan 08:45
db7b66a

Choose a tag to compare

0.13.6

14 Dec 11:41
0661542

Choose a tag to compare

Merge pull request #14 from CognexVisionSoftware/feature/fix_partial_…

0.13.5

13 Dec 07:50
dc0d821

Choose a tag to compare

Merge pull request #13 from CognexVisionSoftware/feature/partial_spec…

0.13.4

06 Dec 08:40
84bcbd6

Choose a tag to compare

Merge pull request #10 from CognexVisionSoftware/bugfix/visit_unique_…

0.13.3: Merge pull request #9 from CognexVisionSoftware/feature/fix_using

05 Dec 10:26
9395218

Choose a tag to compare