mirror of
https://github.com/apple/swift.git
synced 2025-12-25 12:15:36 +01:00
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.