This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Format operator key in protos
ClosedPublic

Authored by krasimir on Feb 27 2018, 11:08 AM.

Details

Summary

This fixes a glitch where `operator: value` in a text proto would mess up the underlying formatting since it gets parsed as a kw_operator instead of an identifier.

Diff Detail

Repository
rC Clang

Event Timeline

krasimir created this revision.Feb 27 2018, 11:08 AM
This revision was not accepted when it landed; it landed in state Needs Review.Feb 27 2018, 11:10 AM
This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.
This revision was automatically updated to reflect the committed changes.