[PATCH] D43830: [clang-format] Format operator key in protos

2018-02-27 Thread Krasimir Georgiev via Phabricator via cfe-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rC326227: [clang-format] Format operator key in protos (authored by krasimir, committed by ). Changed prior to commit: ht

[PATCH] D43830: [clang-format] Format operator key in protos

2018-02-27 Thread Krasimir Georgiev via Phabricator via cfe-commits
krasimir created this revision. Herald added subscribers: cfe-commits, klimek. 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. Repository: rC Clang https://reviews.llvm.org/

[PATCH] D43830: [clang-format] Format operator key in protos

2018-02-27 Thread Krasimir Georgiev via Phabricator via cfe-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rL326227: [clang-format] Format operator key in protos (authored by krasimir, committed by ). Herald added a subscriber: llv