summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/YAMLIOTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unbreak tests after regression from r172081.Jakub Staszak2013-01-101-0/+2
* Fix Alias BugDavid Greene2013-01-101-4/+12
* Fix how YAML I/O detects flow sequences. Nick Kledzik2013-01-041-3/+9
* Fix some integer constant warnings by using a suffixNick Kledzik2012-12-171-7/+7
* re-enable test cases now that traits work with g++. Fix some g++ warningsNick Kledzik2012-12-171-12/+7
* Temporarily disable test cases until they compile with g++ too.Nick Kledzik2012-12-121-0/+4
* Unbreak the build. Fallout from r170019.David Blaikie2012-12-121-1/+1
* Initial implementation of a utility for converting native data Nick Kledzik2012-12-121-0/+1288
OpenPOWER on IntegriCloud