|
3573aa9144
|
Change Go types to simple unsafe Pointers instead of pointers
wrapped in structs. It could be possible to handle pointers to
pointers now.
|
2019-04-30 09:14:25 -04:00 |
|
|
0e89d2c29a
|
Do not memoize type parser as it causes bugs with typedefs,
'instancetype' etc. Clean up typedefs and type parameters as
soon as Types are created.
|
2019-04-30 06:59:05 -04:00 |
|
|
c03e37bd54
|
Make a Go Interface instead of a struct for top level objects.
Use a new struct Id as a concrete version of that type.
|
2019-04-29 11:46:48 -04:00 |
|
|
c0c17e88d1
|
Fix to go type declarations.
|
2019-04-29 10:37:43 -04:00 |
|
|
977a09e77e
|
Better handling of multiple classes and input files. Handle
Objective C type parameter declarations. Check Typedefs when
determining if a Type is a pointer or a function.
|
2019-04-26 22:44:30 -04:00 |
|