Skip to content

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

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

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 tshortli merged commit 4e86196 into swiftlang:next Nov 13, 2024
@tshortli tshortli deleted the suppress-more-swift-cxx-interop-cycle-warnings branch November 13, 2024 15:15
tshortli added a commit that referenced this pull request Mar 26, 2025
tshortli added a commit to tshortli/apple-llvm-project that referenced this pull request Mar 26, 2025
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