This is an archive of the discontinued LLVM Phabricator instance.

[clang] NFC: Enhance comments in CodeGen for multiversion function support.
ClosedPublic

Authored by tahonermann on Apr 1 2022, 7:25 PM.

Diff Detail

Event Timeline

tahonermann created this revision.Apr 1 2022, 7:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 1 2022, 7:25 PM
tahonermann added inline comments.Apr 1 2022, 7:30 PM
clang/lib/CodeGen/CodeGenModule.cpp
3771

This is a drive-by indentation fix.

tahonermann published this revision for review.Apr 2 2022, 2:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 2 2022, 2:11 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
erichkeane accepted this revision.Apr 4 2022, 6:49 AM
erichkeane added inline comments.
clang/include/clang/Basic/Attr.td
2730

this comma doesn't read right to me, I don't think it is required.

This revision is now accepted and ready to land.Apr 4 2022, 6:49 AM

Reworded a comment to address code review commentary.

erichkeane accepted this revision.Apr 5 2022, 1:18 PM

Still LGTM.

This revision was landed with ongoing or failed builds.Apr 5 2022, 4:50 PM
This revision was automatically updated to reflect the committed changes.
tahonermann marked an inline comment as done.