This is an archive of the discontinued LLVM Phabricator instance.

[clang] NFC: Rename 'MVType' variables to 'MVKind' for consistency with their type.
ClosedPublic

Authored by tahonermann on Mar 17 2022, 2:29 PM.

Diff Detail

Event Timeline

tahonermann created this revision.Mar 17 2022, 2:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 17 2022, 2:29 PM
tahonermann published this revision for review.Mar 17 2022, 2:52 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 17 2022, 2:52 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.Mar 18 2022, 4:35 AM

I'm ok with this, but please fix the clang-format before committed.

Rebase with a correction for an incorrect merge conflict resolution that propagated from D121958.