This is an archive of the discontinued LLVM Phabricator instance.

[Clang][NFC]Use isa instead of dyn_cast in shouldAddReversedEqEq
AbandonedPublic

Authored by liaolucy on Oct 9 2022, 11:52 PM.

Details

Reviewers
usaxena95
Summary

Fix warning: unused variable ‘MD’

Diff Detail

Event Timeline

liaolucy created this revision.Oct 9 2022, 11:52 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 9 2022, 11:52 PM
liaolucy requested review of this revision.Oct 9 2022, 11:52 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 9 2022, 11:52 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript

This was fixed as https://github.com/llvm/llvm-project/commit/6c49d5db30227d21e929bb12dc046c36ede67fad. Note that for such patches, you don't need to wait for review, like Erich didn't.

liaolucy abandoned this revision.Oct 11 2022, 12:05 AM

This was fixed as https://github.com/llvm/llvm-project/commit/6c49d5db30227d21e929bb12dc046c36ede67fad. Note that for such patches, you don't need to wait for review, like Erich didn't.

thanks