diff options
author | Krasimir Georgiev <krasimir@google.com> | 2017-08-03 13:43:45 +0000 |
---|---|---|
committer | Krasimir Georgiev <krasimir@google.com> | 2017-08-03 13:43:45 +0000 |
commit | 77c8d2a783b8b9a6ea9c56bb796ef8041f35fc98 (patch) | |
tree | 5e47e9382fd69262e86162fce6bb214242449f1c /lib/Frontend/CompilerInvocation.cpp | |
parent | cf4c953d2c070d1c505f512a0d395a60b95c3728 (diff) | |
download | clang-77c8d2a783b8b9a6ea9c56bb796ef8041f35fc98.tar.gz |
[clang-format] Fix parsing of <>-style proto options
Summary:
This patch fixes the parsing of proto option fields like `option op = <...>`.
Previously the parser did not enter the right code path inside the angle braces,
causing the contents to be split into several unwrapped lines inside.
I'll just go ahead and commit this since it's a straightforward bugfix.
Reviewers: djasper, klimek
Subscribers: cfe-commits
Differential Revision: https://reviews.llvm.org/D36217
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@309937 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions