This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Reformat use of cl::opt: use unqualified name and don't bin-pack attributes. NFC
ClosedPublic

Authored by sammccall on Jul 23 2019, 8:38 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

sammccall created this revision.Jul 23 2019, 8:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 23 2019, 8:38 AM
kadircet accepted this revision.Jul 23 2019, 11:49 AM

That LGTM, but i didn't have any bad feelings regarding the previous state. Since we tend to read those options in isolation and don't care about how they look like in general, but that might be just me.

This revision is now accepted and ready to land.Jul 23 2019, 11:49 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJul 24 2019, 2:36 AM