summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/YAMLIOTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [YAML] Quote multiline string scalarsIlya Biryukov2018-05-301-0/+68
* [YAML] Remove unit test of multibyte non-printable escaping that uses C++11 e...Graydon Hoare2018-03-271-1/+0
* [YAML] Escape non-printable multibyte UTF8 in Output::scalarString.Graydon Hoare2018-03-271-1/+17
* [YAML] Plain scalars can not begin with most indicators.Haojian Wu2018-01-221-0/+4
* [YAML] Refactor escaping unittestsFrancis Visoiu Mistrih2017-12-211-111/+24
* [YAML] Fix UTF-8 handlingFrancis Visoiu Mistrih2017-12-211-0/+28
* [YAML] Add support for non-printable charactersFrancis Visoiu Mistrih2017-12-181-4/+90
* [YAMLTraits] Add filename support to yaml::InputAlex Bradbury2017-07-171-0/+16
* Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith2017-06-301-14/+16
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+0
* Align all scalar numbers to LLVM_YAML_IS_FLOW_SEQUENCE_VECTORJonas Hahnfeld2017-04-041-8/+8
* Support: Add YAML I/O support for custom mappings.Peter Collingbourne2017-01-041-0/+62
* Improve error handling in YAML parsingMehdi Amini2016-11-281-0/+8
* Revert "Improve error handling in YAML parsing"Mehdi Amini2016-11-281-8/+0
* Improve error handling in YAML parsingMehdi Amini2016-11-281-0/+8
* [YAMLIO] Add the ability to map with context.Zachary Turner2016-09-081-0/+69
* [yaml] Add a ScalarTraits for mapping endian aware types.Zachary Turner2016-06-071-0/+106
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Revert r239972 (YAML: Assign a value returned by the default constructor to t...Alex Lorenz2015-06-171-28/+0
* YAML: Assign a value returned by the default constructor to the value in an o...Alex Lorenz2015-06-171-0/+28
* YAML traits need to be in the llvm::yaml namespace.Frederic Riss2015-05-291-8/+8
* [YAMLIO] Make line-wrapping configurable and test it.Frederic Riss2015-05-291-0/+120
* YAML: Add support for literal block scalar I/O.Alex Lorenz2015-05-141-0/+140
* YAML: Add an optional 'flow' field to the mapping trait to allow flow mapping...Alex Lorenz2015-05-041-0/+85
* YAML: Fix the output of sequences that contain flow sequences. Alex Lorenz2015-05-011-0/+65
* Detect malformed YAML sequence in yaml::Input::beginSequence()Justin Bogner2015-03-021-0/+86
* Fix bug 20125 - clang-format segfaults on bad config.Rafael Espindola2014-08-081-0/+7
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-24/+24
* Make this operator bool() explicit to match the standard library.Rafael Espindola2014-06-031-24/+24
* YAMLIO: Allow scalars to dictate quotation rulesDavid Majnemer2014-04-101-0/+38
* Revert "Revert "YAMLIO: Encode ambiguous hex strings explicitly""David Majnemer2014-04-091-0/+10
* Revert "YAMLIO: Encode ambiguous hex strings explicitly"Filipe Cabecinhas2014-04-091-10/+0
* YAMLIO: Encode ambiguous hex strings explicitlyDavid Majnemer2014-04-091-0/+10
* YAML I/O add support for validate()Nick Kledzik2013-11-211-3/+43
* revert r194655Nick Kledzik2013-11-211-70/+0
* YAML I/O - Added default trait support for std:string. Making another attemp...John Thompson2013-11-191-0/+31
* Recover gracefully when deserializing invalid YAML input.Alexander Kornienko2013-11-181-46/+116
* remove extra semicolonNick Kledzik2013-11-141-1/+1
* Add dyn_cast<> support to YAML I/O's IO classNick Kledzik2013-11-141-0/+70
* Add simple support for tags in YAML I/ONick Kledzik2013-11-141-0/+85
* Reverting my r193344 checkin due to build breakage.John Thompson2013-10-241-31/+0
* Added std::string as a built-in type for mapping.John Thompson2013-10-241-0/+31
* Re-submit r190469: YAMLIO: Fix string quoting logic.Rui Ueyama2013-09-111-0/+57
* Revert "YAMLIO: Fix string quoting logic." (r190469)Hans Wennborg2013-09-111-57/+0
* Remove trailing whitespaceRui Ueyama2013-09-111-3/+3
* YAMLIO: Fix string quoting logic.Rui Ueyama2013-09-111-0/+57
* Removing a spurious semi-colon; this macro expands into a namespace.Aaron Ballman2013-08-161-1/+1
* Tighten up the yamilizer so it stops eliding empty sequences if the embedded ...Aaron Ballman2013-08-151-0/+63
* Replace memcpys by a static_cast and an integral promotion.Dmitri Gribenko2013-01-101-6/+4
* Fix coding styleDmitri Gribenko2013-01-101-5/+3
OpenPOWER on IntegriCloud