aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/YAMLTraits.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-9/+13
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+16
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-32/+27
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-5/+4
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-36/+22
* Update to LLVM 3.5a.Stephen Hines2014-04-241-3/+14
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-0/+5
* Recover gracefully when deserializing invalid YAML input.Alexander Kornienko2013-11-181-7/+26
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-7/+0
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-0/+7
* yaml::Input::mapTag(): Don't use StringRef to hold return type of std::string.NAKAMURA Takumi2013-11-141-1/+1
* Whitespace.NAKAMURA Takumi2013-11-141-1/+1
* Add dyn_cast<> support to YAML I/O's IO classNick Kledzik2013-11-141-2/+2
* Add simple support for tags in YAML I/ONick Kledzik2013-11-141-0/+18
* Reverting my r193344 checkin due to build breakage.John Thompson2013-10-241-11/+0
* Added std::string as a built-in type for mapping.John Thompson2013-10-241-0/+11
* Re-submit r190469: YAMLIO: Fix string quoting logic.Rui Ueyama2013-09-111-2/+14
* Revert "YAMLIO: Fix string quoting logic." (r190469)Hans Wennborg2013-09-111-10/+2
* Remove trailing whitespaceRui Ueyama2013-09-111-5/+4
* YAMLIO: Fix string quoting logic.Rui Ueyama2013-09-111-2/+10
* Tighten up the yamilizer so it stops eliding empty sequences if the embedded ...Aaron Ballman2013-08-151-0/+17
* YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfoDmitri Gribenko2013-08-071-2/+2
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-041-1/+1
* Fix memory leak in YAML I/O.Nick Kledzik2013-01-081-9/+32
* Fix how YAML I/O detects flow sequences. Nick Kledzik2013-01-041-1/+1
* Don't call back() on an empty SmallVector. Found by -fsanitize=enum!Richard Smith2012-12-221-1/+1
* YAMLIO: Remove all of the template instantiation hacks, I don't see why they'...Benjamin Kramer2012-12-121-397/+318
* Fix calls to getAsSignedInteger() to use long long - not int64_tNick Kledzik2012-12-121-21/+25
* Fix the build on case sensitive file systems.Benjamin Kramer2012-12-121-4/+2
* Initial implementation of a utility for converting native data Nick Kledzik2012-12-121-0/+881