compiler-research / CppInterOp

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

IsComplete should try to instantiate a type if it was a template. #81

Closed vgvassilev closed 1 year ago

vgvassilev commented 1 year ago

This patch removes the external calls to getInterpreter/getSema in favor of storing them as static variables. That improves the ABI resilience of the API.