This is an archive of the discontinued LLVM Phabricator instance.

[NFC][Offload Bundler] Formatting clang offloadbundler source file
ClosedPublic

Authored by raghavmedicherla on Oct 25 2022, 2:59 PM.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptOct 25 2022, 2:59 PM
raghavmedicherla requested review of this revision.Oct 25 2022, 2:59 PM
raghavmedicherla removed a project: Restricted Project.
raghavmedicherla edited subscribers, added: llvm-commits; removed: MaskRay, sstefan1.
Herald added a project: Restricted Project. · View Herald Transcript
raghavmedicherla retitled this revision from formatting clang offloadbundler to formatting clang offloadbundler source file.Oct 25 2022, 3:00 PM
raghavmedicherla edited the summary of this revision. (Show Details)
raghavmedicherla removed a reviewer: jdoerfert.
raghavmedicherla set the repository for this revision to rG LLVM Github Monorepo.
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: cfe-commits. · View Herald Transcript
raghavmedicherla changed the edit policy from "All Users" to "No One".
raghavmedicherla removed projects: Restricted Project, Restricted Project.
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
raghavmedicherla changed the edit policy from "No One" to "All Users".Oct 25 2022, 4:51 PM
jhuber6 accepted this revision.Oct 25 2022, 4:51 PM
jhuber6 added a subscriber: jhuber6.

LG

This revision is now accepted and ready to land.Oct 25 2022, 4:51 PM
jdoerfert accepted this revision.Oct 25 2022, 4:57 PM

I'm not sure why you fight with phabricator so much. I was going to edit your revision metadata but you for some reason disallowed that.
I would generally suggest against that.


The patch itself is fine, the commit subject line and comment should be revisited though:

  • Use an [NFC] tag and potentially an additional tag for the subcomponent, e.g., [Driver] or [OffloadBundler], to help people filter for relevant changes.
  • The description should not duplicate the subject. Since this is a simple clang-format NFC patch, no description is necessary anyway.

Please address the above points before commiting the change.

raghavmedicherla retitled this revision from formatting clang offloadbundler source file to [NFC][Offload Bundler] formatting clang offloadbundler source file..Oct 25 2022, 5:09 PM
raghavmedicherla removed a reviewer: jhuber6.
raghavmedicherla removed projects: Restricted Project, Restricted Project.
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 25 2022, 5:09 PM
raghavmedicherla retitled this revision from [NFC][Offload Bundler] formatting clang offloadbundler source file. to [NFC][Offload Bundler] Formatting clang offloadbundler source file.Oct 25 2022, 5:14 PM
raghavmedicherla edited the summary of this revision. (Show Details)

@jdoerfert Sorry for the inconvenience!
I had no idea that you would be added as a reviewer by default, so I was trying to remove you as a reviewer.
I'll be careful next time.

This revision was landed with ongoing or failed builds.Oct 26 2022, 12:13 PM
This revision was automatically updated to reflect the committed changes.