aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/YamlIO.rst
AgeCommit message (Expand)AuthorFilesLines
2022-03-14[yamlio] Allow parsing an entire mapping as an enumerationsstwcw1-0/+28
2021-11-15[NFC] Trim trailing whitespace in *.rstShao-Ce SUN1-132/+130
2021-07-09[NFC][llvm][docs] YamlIO: StringRef validate -> std::string validateWhisperity1-6/+6
2021-02-27[llvm] Fix typos in documentation (NFC)Kazu Hirata1-3/+3
2020-01-27remove a trailing space character (test commit)Eric Schweitz1-1/+1
2020-01-22[llvm] NFC: fix trivial typos in documentsKazuaki Ishizaki1-1/+1
2018-07-23[Docs] Fix LLVM_YAML_IS_DOCUMENT_LIST_VECTORJonas Devlieghere1-1/+1
2017-12-18[YAML] Add support for non-printable charactersFrancis Visoiu Mistrih1-1/+1
2017-01-14fix some typos in the docSylvestre Ledru1-1/+1
2016-02-04[docs] Fix typo in YamlIO.rstVedant Kumar1-2/+3
2015-05-29[YAMLIO] Make line-wrapping configurable and test it.Frederic Riss1-3/+11
2015-05-14YAML: Add support for literal block scalar I/O.Alex Lorenz1-0/+50
2015-05-04YAML: Add an optional 'flow' field to the mapping trait to allow flow mapping...Alex Lorenz1-0/+25
2015-05-01Update YamlIO documentation for the ScalarTraits class.Alex Lorenz1-2/+2
2015-04-14Correct 'teh' and other typos / repeated words.Ed Maste1-2/+2
2014-05-23[YAML] Add an optional argument `EnumMask` to the `yaml::IO::bitSetCase()`.Simon Atanasyan1-0/+36
2014-04-10YAMLIO: Allow scalars to dictate quotation rulesDavid Majnemer1-1/+3
2013-12-20Fix documentation typosAlp Toker1-1/+1
2013-11-21YAML I/O add support for validate()Nick Kledzik1-0/+38
2013-11-19YAML I/O - Added default trait support for std:string. Making another attemp...John Thompson1-0/+1
2013-11-14Add simple support for tags in YAML I/ONick Kledzik1-0/+14
2013-10-24Reverting my r193344 checkin due to build breakage.John Thompson1-1/+0
2013-10-24Added std::string as a built-in type for mapping.John Thompson1-0/+1
2013-09-12Typo fixes.Rui Ueyama1-2/+2
2013-09-11Fix typoRui Ueyama1-1/+1
2013-08-16[typo] An LLVM.Daniel Dunbar1-1/+1
2013-06-04[docs] Replace non-existent LLVM_YAML_UNIQUE_TYPE() macroSean Silva1-1/+1
2013-05-20[docs] Minor doc tweaks.Daniel Dunbar1-2/+2
2013-02-18Spelling correctionsAlex Rosenberg1-26/+26
2013-01-19Documentation: replace some non-ASCII characters by equivalent markupDmitri Gribenko1-2/+2
2013-01-11docs: Fix long standing linking antipattern.Sean Silva1-2/+0
2012-12-12Initial implementation of a utility for converting native data Nick Kledzik1-0/+862