This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Fix parsing of <>-style proto options
ClosedPublic

Authored by krasimir on Aug 2 2017, 6:34 AM.

Details

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.

Diff Detail

Repository
rL LLVM

Event Timeline

krasimir created this revision.Aug 2 2017, 6:34 AM
krasimir retitled this revision from Fix parsing of <>-style proto options to [clang-format] Fix parsing of <>-style proto options.Aug 2 2017, 6:34 AM
This revision was automatically updated to reflect the committed changes.