MakeLoadImageUtilityFunction() is not using extern "C" for external C functions and it is not using eLanguageTypeC_plus_plus. So I am modifying it to be consistent.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Note, we have a few tests that cover LoadImage:
TestCompletion.py TestLoadUsingLazyBind.py TestLoadUsingPaths.py
So they should be covering this code.
Comment Actions
We do the same thing for parsing the classes from the Objective-C runtime so this makes sense to me. LGTM.
Comment Actions
Yes, I could not find any other instances like this. They are not straight forward to find but I think I found all the places this could matter.