summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/YAMLTraits.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-15/+73
* [Support] Remove redundant qualifiers in YAMLTraits (NFC)Scott Linder2018-10-101-28/+28
* [YAML] Escape non-printable multibyte UTF8 in Output::scalarString.Graydon Hoare2018-03-271-30/+13
* [YAML] Fix UTF-8 handlingFrancis Visoiu Mistrih2017-12-211-1/+6
* [YAML] Add support for non-printable charactersFrancis Visoiu Mistrih2017-12-181-10/+36
* Allow empty mappings for optional YAML inputDave Lee2017-11-161-1/+2
* [yaml2obj] - Don't crash on one more invalid document.George Rimar2017-09-211-5/+9
* [YAMLTraits] Add filename support to yaml::InputAlex Bradbury2017-07-171-0/+8
* [ADT] Add llvm::to_floatPavel Labath2017-06-231-12/+7
* [ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include Wh...Eugene Zelenko2017-06-211-15/+16
* [YAML] When outputting, provide the ability to write default values.Zachary Turner2017-03-151-12/+5
* YAML: Remove Input::MapHNode::isValidKey(), use llvm::is_contained() instead....Peter Collingbourne2017-01-041-9/+1
* Support: Add YAML I/O support for custom mappings.Peter Collingbourne2017-01-041-2/+18
* Improve error handling in YAML parsingMehdi Amini2016-11-281-7/+4
* Revert "Improve error handling in YAML parsing"Mehdi Amini2016-11-281-11/+9
* Improve error handling in YAML parsingMehdi Amini2016-11-281-9/+11
* [YAML] Fix YAML tags appearing before the start of sequence elementsChris Bieneman2016-06-281-1/+22
* [YAMLTraits] Use StringRef::copy. No functionality change.Benjamin Kramer2015-08-051-12/+4
* [YAMLIO] Make line-wrapping configurable and test it.Frederic Riss2015-05-291-3/+4
* Resubmit r237954 (MIR Serialization: print and parse LLVM IR using MIR format).Alex Lorenz2015-05-271-0/+4
* Revert r237954, "Resubmit r237708 (MIR Serialization: print and parse LLVM IR...NAKAMURA Takumi2015-05-221-4/+0
* Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format).Alex Lorenz2015-05-211-0/+4
* Revert r237708 (MIR serialization) - incremental buildbots became unstable.Alex Lorenz2015-05-191-4/+0
* MIR Serialization: print and parse LLVM IR using MIR format.Alex Lorenz2015-05-191-0/+4
* YAML: Add support for literal block scalar I/O.Alex Lorenz2015-05-141-0/+26
* Revert r237157, "YAML: Fix typos. NFC".Alex Lorenz2015-05-121-2/+2
* YAML: Fix typos. NFC.Alex Lorenz2015-05-121-2/+2
* YAML: Add an optional 'flow' field to the mapping trait to allow flow mapping...Alex Lorenz2015-05-041-4/+46
* YAML: Fix the output of sequences that contain flow sequences. Alex Lorenz2015-05-011-1/+2
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-2/+3
* Detect malformed YAML sequence in yaml::Input::beginSequence()Justin Bogner2015-03-021-7/+10
* Remove trailing whitespace. NFC ®Alex Rosenberg2015-01-261-1/+1
* [YAMLIO] Add support for numeric values in enums.Michael J. Spencer2015-01-231-0/+14
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Fix memory leak in error paths in YAMLTraits by using unique_ptrDavid Blaikie2014-09-151-31/+21
* Fix bug 20125 - clang-format segfaults on bad config.Rafael Espindola2014-08-081-1/+6
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-131-3/+4
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-4/+1
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Don't import make_error_code into the llvm namespace.Rafael Espindola2014-06-121-3/+3
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-3/+3
* [yaml2obj] Add new command line option `-docnum`.Simon Atanasyan2014-05-311-2/+2
* YAMLIO: Allow scalars to dictate quotation rulesDavid Majnemer2014-04-101-10/+4
* Use range-based for loops. No functionality change.Simon Atanasyan2014-04-101-25/+16
* Revert "Revert "YAMLIO: Encode ambiguous hex strings explicitly""David Majnemer2014-04-091-1/+2
* Revert "YAMLIO: Encode ambiguous hex strings explicitly"Filipe Cabecinhas2014-04-091-4/+1
* YAMLIO: Encode ambiguous hex strings explicitlyDavid Majnemer2014-04-091-1/+4
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-071-2/+2
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
OpenPOWER on IntegriCloud