Skip to content

[NFC][Basic] Import llvm::isa_and_nonnull to 'swift' namespace #39078

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

Merged
merged 1 commit into from
Aug 28, 2021

Conversation

rintaro
Copy link
Member

@rintaro rintaro commented Aug 27, 2021

Just for convenicence.

  • Replace llvm::isa_and_nonnull with imported isa_and_nonnull
  • Repalce some EXPR && isa<T>(EXPR) with isa_and_nonnull<T>(EXPR)

Just for convenicence.

* Replace `llvm::isa_and_nonnull` with imported `isa_and_nonnull`
* Repalce some `EXPR && isa<T>(EXPR)` with `isa_and_nonnull<T>(EXPR)`
@rintaro
Copy link
Member Author

rintaro commented Aug 27, 2021

@swift-ci Please smoke test

@rintaro rintaro merged commit 857490e into swiftlang:main Aug 28, 2021
@rintaro rintaro deleted the isa_and_nonnull branch August 28, 2021 04:46
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