• Kevin Modzelewski's avatar
    Rewrite exception-mismatched function calls · 0edbf989
    Kevin Modzelewski authored
    Previously, if a CAPI-style callsite tried to call a function but
    only CXX versions were available (and visa versa), it would bail
    on rewriting.  Now enable CAPI rewrites of CXX functions by using
    a helper function, and enable CXX rewrites of CAPI functions by
    just calling checkAndThrowCAPIException like we normally do.
    0edbf989
objmodel.cpp 217 KB