swift
d254e833 - [cxx-interop] Fix not importing return type for certain functions

Commit
1 year ago
[cxx-interop] Fix not importing return type for certain functions C++ namespaces are imported as enums. The importer triggered different code path for functions in C++ namespaces and functions in the global scope. As a result, we occasionally did not import the return type of certain C++ functions in namespace scope.
Author
Gabor Horvath
Committer
Gabor Horvath
Parents
Loading