Previously if a string is in the format
| val val2 val3
Yaml parser will error out without parsing the string. The mentioned pattern is a valid yaml str and should be parsed.
Paths
| Differential D153760
[YAMLParser] Support block nodes when parsing YAML strings. ClosedPublic Authored by zjaffal on Jun 26 2023, 5:09 AM.
Details Summary Previously if a string is in the format | val val2 val3 Yaml parser will error out without parsing the string. The mentioned pattern is a valid yaml str and should be parsed.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 26 2023, 5:38 AM This revision was landed with ongoing or failed builds.Jun 26 2023, 6:31 AM Closed by commit rGe800967eb110: [YAMLParser] Support block nodes when parsing YAML strings. (authored by zjaffal). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 534509 llvm/lib/Remarks/YAMLRemarkParser.cpp
llvm/unittests/Remarks/YAMLRemarksParsingTest.cpp
|