compiler-research / CppInterOp

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

Teach InterOp::CreateInterpreter to take arguments. #54

Closed vgvassilev closed 1 year ago

vgvassilev commented 1 year ago

This patch drops the unused resource-dir parameter and improves the implementation of GetScope allowing it to return more found declarations such as function declarations.