This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow][NFC] Eliminate unnecessary helper `stripReference()`.
ClosedPublic

Authored by mboehme on May 3 2023, 6:21 AM.

Details

Summary

QualType::getNonReferenceType() does the same thing.

Diff Detail

Event Timeline

mboehme created this revision.May 3 2023, 6:21 AM
Herald added a project: Restricted Project. · View Herald Transcript
mboehme requested review of this revision.May 3 2023, 6:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 3 2023, 6:21 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
sammccall accepted this revision.May 4 2023, 5:30 AM

This looks equivalent to me.

This revision is now accepted and ready to land.May 4 2023, 5:30 AM
This revision was landed with ongoing or failed builds.May 4 2023, 6:14 AM
This revision was automatically updated to reflect the committed changes.