aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/YAMLTraits.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-5/+5
2019-07-12[YAMLIO] Remove trailing spaces when outputting mapsFangrui Song1-11/+23
2019-04-25[yaml2obj] - Don't crash on invalid inputs.George Rimar1-0/+5
2019-04-11YAMLIO: Fix serialization of strings with embedded nulsPavel Labath1-6/+6
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-14[Support] Teach YAMLIO about polymorphic typesScott Linder1-15/+73
2018-10-10[Support] Remove redundant qualifiers in YAMLTraits (NFC)Scott Linder1-28/+28
2018-03-27[YAML] Escape non-printable multibyte UTF8 in Output::scalarString.Graydon Hoare1-30/+13
2017-12-21[YAML] Fix UTF-8 handlingFrancis Visoiu Mistrih1-1/+6
2017-12-18[YAML] Add support for non-printable charactersFrancis Visoiu Mistrih1-10/+36
2017-11-16Allow empty mappings for optional YAML inputDave Lee1-1/+2
2017-09-21[yaml2obj] - Don't crash on one more invalid document.George Rimar1-5/+9
2017-07-17[YAMLTraits] Add filename support to yaml::InputAlex Bradbury1-0/+8
2017-06-23[ADT] Add llvm::to_floatPavel Labath1-12/+7
2017-06-21[ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include Wh...Eugene Zelenko1-15/+16
2017-03-15[YAML] When outputting, provide the ability to write default values.Zachary Turner1-12/+5
2017-01-04YAML: Remove Input::MapHNode::isValidKey(), use llvm::is_contained() instead....Peter Collingbourne1-9/+1
2017-01-04Support: Add YAML I/O support for custom mappings.Peter Collingbourne1-2/+18
2016-11-28Improve error handling in YAML parsingMehdi Amini1-7/+4
2016-11-28Revert "Improve error handling in YAML parsing"Mehdi Amini1-11/+9
2016-11-28Improve error handling in YAML parsingMehdi Amini1-9/+11
2016-06-28[YAML] Fix YAML tags appearing before the start of sequence elementsChris Bieneman1-1/+22
2015-08-05[YAMLTraits] Use StringRef::copy. No functionality change.Benjamin Kramer1-12/+4
2015-05-29[YAMLIO] Make line-wrapping configurable and test it.Frederic Riss1-3/+4
2015-05-27Resubmit r237954 (MIR Serialization: print and parse LLVM IR using MIR format).Alex Lorenz1-0/+4
2015-05-22Revert r237954, "Resubmit r237708 (MIR Serialization: print and parse LLVM IR...NAKAMURA Takumi1-4/+0
2015-05-21Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format).Alex Lorenz1-0/+4
2015-05-19Revert r237708 (MIR serialization) - incremental buildbots became unstable.Alex Lorenz1-4/+0
2015-05-19MIR Serialization: print and parse LLVM IR using MIR format.Alex Lorenz1-0/+4
2015-05-14YAML: Add support for literal block scalar I/O.Alex Lorenz1-0/+26
2015-05-12Revert r237157, "YAML: Fix typos. NFC".Alex Lorenz1-2/+2
2015-05-12YAML: Fix typos. NFC.Alex Lorenz1-2/+2
2015-05-04YAML: Add an optional 'flow' field to the mapping trait to allow flow mapping...Alex Lorenz1-4/+46
2015-05-01YAML: Fix the output of sequences that contain flow sequences. Alex Lorenz1-1/+2
2015-03-23Purge unused includes throughout libSupport.Benjamin Kramer1-2/+3
2015-03-02Detect malformed YAML sequence in yaml::Input::beginSequence()Justin Bogner1-7/+10
2015-01-26Remove trailing whitespace. NFC ®Alex Rosenberg1-1/+1
2015-01-23[YAMLIO] Add support for numeric values in enums.Michael J. Spencer1-0/+14
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth1-1/+1
2014-09-15Fix memory leak in error paths in YAMLTraits by using unique_ptrDavid Blaikie1-31/+21
2014-08-08Fix bug 20125 - clang-format segfaults on bad config.Rafael Espindola1-1/+6
2014-06-13Finishing touch for the std::error_code transition.Rafael Espindola1-3/+4
2014-06-13Remove 'using std::errro_code' from lib.Rafael Espindola1-4/+1
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-0/+1
2014-06-12Don't import make_error_code into the llvm namespace.Rafael Espindola1-3/+3
2014-06-11Use std::error_code instead of llvm::error_code.Rafael Espindola1-3/+3
2014-05-31[yaml2obj] Add new command line option `-docnum`.Simon Atanasyan1-2/+2
2014-04-10YAMLIO: Allow scalars to dictate quotation rulesDavid Majnemer1-10/+4
2014-04-10Use range-based for loops. No functionality change.Simon Atanasyan1-25/+16
2014-04-09Revert "Revert "YAMLIO: Encode ambiguous hex strings explicitly""David Majnemer1-1/+2