This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Prettify GlobList before serializing Options
AcceptedPublic

Authored by njames93 on Jul 18 2022, 6:07 AM.

Details

Summary

When dumping the options, canonicalize the GlobList style options before we serialize them.
This improves formatting as it prevents mixup when newlines and commas are used in different config files as seperators.
It also removes any glob items that appear before a match all as they are disregarded.

Depends on D129706

Diff Detail

Event Timeline

njames93 created this revision.Jul 18 2022, 6:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 18 2022, 6:07 AM
njames93 requested review of this revision.Jul 18 2022, 6:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 18 2022, 6:07 AM
This revision is now accepted and ready to land.Mar 29 2023, 8:43 AM