summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/YAMLIOTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* YAML parser robustness improvementsThomas Finch2019-11-051-0/+52
* [ObjectYAML] - Redefine LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::yaml::Hex*) as LLV...Georgii Rymar2019-10-301-7/+52
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-10/+10
* [YAMLIO] Wrap explicit specialization in llvm::yaml to appease build botsFangrui Song2019-07-121-0/+4
* [YAMLIO] Remove trailing spaces when outputting mapsFangrui Song2019-07-121-6/+43
* YAMLIO: Fix serialization of strings with embedded nulsPavel Labath2019-04-111-0/+5
* YAMLIO: Improve endian type supportPavel Labath2019-03-151-0/+85
* YAMLIO: Improve template arg deduction for mapOptionalPavel Labath2019-03-141-3/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Support] Teach YAMLIO about polymorphic typesScott Linder2018-11-141-0/+233
* Make YAML quote forward slashes.Zachary Turner2018-10-121-1/+3
* Revert "Make YAML quote forward slashes."Zachary Turner2018-10-121-3/+1
* Make YAML quote forward slashes.Zachary Turner2018-10-121-1/+3
* [llvm] Make YAML serialization up to 2.5 times fasterKirill Bobyrev2018-08-201-6/+77
* [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
OpenPOWER on IntegriCloud