compiler-research / CppInterOp

A Clang-based C++ Interoperability Library
Other
43 stars 21 forks source link

Implement Destruct Interface #17

Closed vgvassilev closed 1 year ago

vgvassilev commented 1 year ago

In the unittests we have a test destructing an an object. We should provide the relevant implementation for it.

https://github.com/compiler-research/InterOp/blob/a16dedef4d8fa7d5833b179954c073726016d4bf/unittests/InterOp/FunctionReflectionTest.cpp#L674-L693