aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/YAMLTraits.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-07YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfoDmitri Gribenko1-2/+2
2013-07-04Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper1-1/+1
2013-01-08Fix memory leak in YAML I/O.Nick Kledzik1-9/+32
2013-01-04Fix how YAML I/O detects flow sequences. Nick Kledzik1-1/+1
2012-12-22Don't call back() on an empty SmallVector. Found by -fsanitize=enum!Richard Smith1-1/+1
2012-12-12YAMLIO: Remove all of the template instantiation hacks, I don't see why they'...Benjamin Kramer1-397/+318
2012-12-12Fix calls to getAsSignedInteger() to use long long - not int64_tNick Kledzik1-21/+25
2012-12-12Fix the build on case sensitive file systems.Benjamin Kramer1-4/+2
2012-12-12Initial implementation of a utility for converting native data Nick Kledzik1-0/+881