summaryrefslogtreecommitdiff
path: root/llvm/test/YAMLParser
AgeCommit message (Expand)Author
2023-11-10[YAMLParser] Unfold multi-line scalar values (#70898)Igor Kudrin
2023-11-10[YAMLParser] Fix handling escaped line breaks in double-quoted scalars (#71775)Igor Kudrin
2023-11-10[YAMLParser] Enable tests for flow scalar styles. NFC (#71774)Igor Kudrin
2023-10-17[YAMLParser] Improve plain scalar spec compliance (#68946)akirchhoff-modular
2023-02-09[YAML] Trim trailing whitespace from plain scalarsrkayaith
2022-02-28[YAMLParser] Add multi-line literal folding supportScott Linder
2015-05-13YAML: Implement block scalar parsing.Alex Lorenz
2015-05-07YAML: Enable the YAMLParser tests. Alex Lorenz
2013-10-18[Support][YAML] Add support for accessing tags and tag handle substitution.Michael J. Spencer
2012-07-02Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth
2012-04-03Add YAML parser to Support.Michael J. Spencer