This is an archive of the discontinued LLVM Phabricator instance.

[NFC] [llvm] Forward forwarding references
Needs ReviewPublic

Authored by ccotter on Feb 12 2023, 8:19 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

Update function bodies to forward forwarding references.
I spotted this while authoring a clang-tidy tool for CppCoreGuideline F.19

Diff Detail

Event Timeline

ccotter created this revision.Feb 12 2023, 8:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 12 2023, 8:19 PM
ccotter requested review of this revision.Feb 12 2023, 8:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 12 2023, 8:19 PM
ccotter updated this revision to Diff 496838.Feb 12 2023, 9:32 PM
  • Add more
ccotter retitled this revision from [NFC] [llvm] Forward forwarding reference pack to [NFC] [llvm] Forward forwarding references.Feb 12 2023, 9:33 PM
ccotter edited the summary of this revision. (Show Details)
ccotter updated this revision to Diff 497147.Feb 13 2023, 4:33 PM
  • Fix BitVector