This is an archive of the discontinued Mercurial Phabricator instance.

parsers: allow clang-format here
ClosedPublic

Authored by durin42 on Oct 17 2017, 5:45 PM.

Details

Summary

skip-blame because parsers.c is mechanically rewritten by

clang-format with no semantic change.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

durin42 created this revision.Oct 17 2017, 5:45 PM

To review this, I suggest removing parsers.c from the blacklist and running make format-c (see D1167) to observe that the resulting diff matches what's in this commit, rather than hand-inspecting the entire diff.

indygreg accepted this revision.Oct 18 2017, 11:49 AM
This revision is now accepted and ready to land.Oct 18 2017, 11:49 AM
This revision was automatically updated to reflect the committed changes.