[cfe-dev] using the compiler's method lookup from a clang plugin?

Noel Grandin via cfe-dev cfe-dev at lists.llvm.org
Wed Feb 20 09:51:29 PST 2019


Hi

I have two
    const clang::RecordType * t1, t2
and I want to find out if there exits an
    operator!=
that can be called with those two types.

I've partially implemented this in my plugin, but it gets complicated
quickly, and surely the compiler already does this?

Any suggestions where to look to invoke such functionality?

Thanks, Noel Grandin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20190220/dc78f8e5/attachment.html>


More information about the cfe-dev mailing list