This is an archive of the discontinued LLVM Phabricator instance.

Fix format for `case` in .proto files
ClosedPublic

Authored by fowles on Jan 11 2023, 2:37 PM.

Details

Summary

Fix format for case in .proto files

Diff Detail

Event Timeline

fowles created this revision.Jan 11 2023, 2:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 11 2023, 2:37 PM
fowles requested review of this revision.Jan 11 2023, 2:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 11 2023, 2:37 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
echristo accepted this revision.Jan 11 2023, 2:54 PM
echristo added a subscriber: echristo.

LGTM, thanks!

This revision is now accepted and ready to land.Jan 11 2023, 2:54 PM
krasimir added inline comments.Jan 12 2023, 4:20 AM
clang/test/Format/case.proto
15 ↗(On Diff #488390)

could you please turn this into an unit test here instead > https://github.com/llvm/llvm-project/blob/main/clang/unittests/Format/FormatTestProto.cpp.

fowles updated this revision to Diff 488979.Jan 13 2023, 6:17 AM

Move from lit test to unit test

fowles marked an inline comment as done.Jan 13 2023, 6:17 AM
krasimir accepted this revision.Jan 16 2023, 7:42 AM

Thank you!

This revision was automatically updated to reflect the committed changes.