compiler-research / CppInterOp

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

Implemented IsSubType Module Successfully #32

Closed Smit1603 closed 1 year ago

Smit1603 commented 1 year ago
Smit1603 commented 1 year ago
Smit1603 commented 1 year ago
Smit1603 commented 1 year ago
Smit1603 commented 1 year ago
Smit1603 commented 1 year ago
vgvassilev commented 1 year ago
  • @vgvassilev sry for misconception on my side

    • I have modified code as mentioned by you

    • I hope the module is correctly implemented now

    • Pls review and let me know whether any further improvements are required or not

Please write a good commit message and make this PR with a single commit.

Smit1603 commented 1 year ago
vgvassilev commented 1 year ago

As a commit message I can suggest: "Add an API checking if a type is derived from another."

Smit1603 commented 1 year ago