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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM