swift
5b124bc5 - [cxx-interop] Fix confusion between multiply and dereference operators

Commit
113 days ago
[cxx-interop] Fix confusion between multiply and dereference operators c2952b7 mistakenly treated the binary C++ operator*() ("multiply") as the unary operator*() ("dereference"), preventing ClangImporter from synthesizing the Swift func *(_:_) operator. This patch fixes the issue and adds some tests to exercise the scenario. rdar://169448888
Author
Parents
Loading