Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle some more decl and stmt kinds in the PInvoke generator (#100)
* Updating PInvokeGenerator to use the true kind when visiting cursors * Adding basic support for parsing C Style and CXX Functional style cast expressions * Adding a test ensuring CallExpr args are handled correctly * Ignore StaticAssertDecl * Adding basic support for CXXBoolLiteralExpr, CXXNullPtrLiteralExpr, and FloatingLiterals * Ensure that array parameters are translated to pointers
- Loading branch information