This is an archive of the discontinued LLVM Phabricator instance.

Fix parameter name in Sema::addInitCapture to ByRef.
ClosedPublic

Authored by massberg on Dec 7 2022, 7:22 AM.

Details

Summary

Rename parameter in Sema::addInitCapture as proposed in review of Sema::addInitCapture. Sorry, that I have missed the comment there!

Diff Detail

Event Timeline

massberg created this revision.Dec 7 2022, 7:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 7 2022, 7:22 AM
massberg requested review of this revision.Dec 7 2022, 7:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 7 2022, 7:22 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
ilya-biryukov accepted this revision.Dec 7 2022, 8:19 AM

LGTM. BTW, feel free to send small changes like these without review. The common jargon for them in LLVM is NFC (non-functional change)

This revision is now accepted and ready to land.Dec 7 2022, 8:19 AM
shafik added a subscriber: shafik.Dec 7 2022, 9:10 AM
shafik added inline comments.
clang/lib/Sema/SemaLambda.cpp
802–805

This is the correct format for burprone-argument-comment

massberg updated this revision to Diff 529277.Jun 7 2023, 6:21 AM

Use correct format for burprone-argument-comment.

massberg marked an inline comment as done.Jun 7 2023, 6:22 AM
massberg updated this revision to Diff 529293.Jun 7 2023, 7:28 AM

Fix formatting.

massberg updated this revision to Diff 529312.Jun 7 2023, 8:16 AM

Fix formatting (once again).

This revision was automatically updated to reflect the committed changes.