aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/YAMLTraits.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-09Revert "YAMLIO: Encode ambiguous hex strings explicitly"Filipe Cabecinhas1-4/+1
2014-04-09YAMLIO: Encode ambiguous hex strings explicitlyDavid Majnemer1-1/+4
2014-04-07[C++11] Make use of 'nullptr' in the Support library.Craig Topper1-2/+2
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-1/+1
2013-11-21revert r194655Nick Kledzik1-2/+2
2013-11-19YAML I/O - Added default trait support for std:string. Making another attemp...John Thompson1-0/+11
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-0/+5
2013-11-18Recover gracefully when deserializing invalid YAML input.Alexander Kornienko1-7/+26
2013-11-18Revert r194865 and r194874.Alexey Samsonov1-7/+0
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-0/+7
2013-11-14yaml::Input::mapTag(): Don't use StringRef to hold return type of std::string.NAKAMURA Takumi1-1/+1
2013-11-14Whitespace.NAKAMURA Takumi1-1/+1
2013-11-14Add dyn_cast<> support to YAML I/O's IO classNick Kledzik1-2/+2
2013-11-14Add simple support for tags in YAML I/ONick Kledzik1-0/+18
2013-10-24Reverting my r193344 checkin due to build breakage.John Thompson1-11/+0
2013-10-24Added std::string as a built-in type for mapping.John Thompson1-0/+11
2013-09-11Re-submit r190469: YAMLIO: Fix string quoting logic.Rui Ueyama1-2/+14
2013-09-11Revert "YAMLIO: Fix string quoting logic." (r190469)Hans Wennborg1-10/+2
2013-09-11Remove trailing whitespaceRui Ueyama1-5/+4
2013-09-11YAMLIO: Fix string quoting logic.Rui Ueyama1-2/+10
2013-08-15Tighten up the yamilizer so it stops eliding empty sequences if the embedded ...Aaron Ballman1-0/+17