This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Migrate objc-super-self to use isDerivedFrom ๐Ÿš›
ClosedPublic

Authored by stephanemoore on Aug 14 2019, 7:59 PM.

Details

Diff Detail

Repository
rL LLVM

Event Timeline

stephanemoore created this revision.Aug 14 2019, 7:59 PM
Herald added a project: Restricted Project. ยท View Herald TranscriptAug 14 2019, 7:59 PM

Fix example matches in comment.

This revision is now accepted and ready to land.Aug 15 2019, 6:27 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. ยท View Herald TranscriptAug 15 2019, 7:28 PM
Herald added a subscriber: llvm-commits. ยท View Herald Transcript

LGTM, thanks!