compiler-research / CppInterOp

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

Implement GetUnderlyingScope #90

Closed sudo-panda closed 1 year ago

sudo-panda commented 1 year ago

Also, fix a bug in GetScope where it returns TypedefDecl and doesn't check if the underlyingDecl is a scope.