This is an archive of the discontinued LLVM Phabricator instance.

clang-format: [JS] consistenly format enums.
ClosedPublic

Authored by mprobst on Aug 1 2017, 5:50 AM.

Details

Summary

Previously, const enums would get formatted differently because the modifier was not recognized.

Diff Detail

Repository
rL LLVM

Event Timeline

mprobst created this revision.Aug 1 2017, 5:50 AM
This revision is now accepted and ready to land.Aug 1 2017, 8:57 AM
This revision was automatically updated to reflect the committed changes.