Skip to content

Suppress warnings for Swift C++ interop by hiding operator declarations. #9591

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

tshortli
Copy link

Cherry-pick of #9590.

Solves this warning during the Swift compiler build:

.../SuffixTree.h:200:10: warning: cycle detected while resolving 'RepeatedSubstringIterator' in swift_name attribute for 'operator=='

Solves this warning during the Swift compiler build:

```
.../SuffixTree.h:200:10: warning: cycle detected while resolving 'RepeatedSubstringIterator' in swift_name attribute for 'operator=='
```
@tshortli
Copy link
Author

@swift-ci please test

@tshortli tshortli merged commit 9b7b30b into swiftlang:stable/20240723 Nov 13, 2024
3 checks passed
@tshortli tshortli deleted the suppress-more-swift-cxx-interop-cycle-warnings-20240723 branch November 13, 2024 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant