Closed bansan85 closed 6 months ago
Needs tests.
Also, have you tried https://github.com/robotpy/cxxheaderparser? It supports constructs like that already.
Sure. I will update the PR.
I use this deprecated library because the project https://github.com/thibaultmarin/hpp2plantuml uses it.
I will (try to) send another PR to add support about int i {0};
. The field is currently skipped.
I also fixed two tests.
I just have a doubt. The output format is std::unique_ptr<int [ ] >
. Is it fine ?
I used the same MR to add support for initialization with {}. Hope it's fine. Review by commit will be easier than review the whole MR at once.
Also, please merge in main, which fixes github actions.
Also, please merge in main, which fixes github actions.
Done
Looks like you broke a test.
Fixed. A wrong index in a test.
Like
std::unique_ptr<int[]> variable;