Skip to content

0.13.15: Recover fallbacks for parsing function arguments

Latest

Choose a tag to compare

@yjiao-cgnx yjiao-cgnx released this 11 Dec 18:21
· 0 commits to main since this release
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.