This is an archive of the discontinued Mercurial Phabricator instance.

formatting: enforce clang-format on all .cc files as well as .c files
ClosedPublic

Authored by durin42 on Jan 17 2018, 4:31 PM.

Details

Summary

As part of my upcoming fuzzer patch we're going to grow some .cc
files. They're not part of the release build (they're only used for
fuzzing, which requires clang 6 which in turn implies a working C++
compiler), so I'm not terribly worried about growing some C++ files.

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.Jan 17 2018, 4:31 PM
indygreg accepted this revision.Jan 17 2018, 4:37 PM
This revision is now accepted and ready to land.Jan 17 2018, 4:37 PM
This revision was automatically updated to reflect the committed changes.