| commit | 0aa4b4cb2e2185029f242a723737df252c1f0fd5 | [log] [tgz] |
|---|---|---|
| author | Krasimir Georgiev <krasimir@google.com> | Tue Feb 27 19:07:47 2018 +0000 |
| committer | Krasimir Georgiev <krasimir@google.com> | Tue Feb 27 19:07:47 2018 +0000 |
| tree | 0bffa82aa0a972dd5370fb23894bb0c0bb85c1ef | |
| parent | e8436e8631540850f39ca5cb1f3d5a361ea714ab [diff] |
[clang-format] Format operator key in protos 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. Subscribers: klimek, cfe-commits Differential Revision: https://reviews.llvm.org/D43830 llvm-svn: 326227