Added ptr/reftype solution via clingwrapper and TCling, exposed clang::Type functions to OpaquePtr Interface to return TypeInfo for - GetNonReferenceType, GetPointerType, GetUnqualifiedType
Fixed previous long long match failure with clang::QualType GetIntegralType()
The restructered ArgMatch algorithm can now handle any combination of ref/const(or any qualifier) ref/ptr types by departing from string based matching to using clang::QualType functions.
Added ptr/reftype solution via clingwrapper and TCling, exposed clang::Type functions to OpaquePtr Interface to return TypeInfo for - GetNonReferenceType, GetPointerType, GetUnqualifiedType
Fixed previous long long match failure with clang::QualType GetIntegralType()