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
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/
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