summaryrefslogtreecommitdiff
path: root/lib/Support/YAMLTraits.cpp
Commit message (Expand)AuthorAge
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Recover gracefully when deserializing invalid YAML input.Alexander Kornienko2013-11-18
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* yaml::Input::mapTag(): Don't use StringRef to hold return type of std::string.NAKAMURA Takumi2013-11-14
* Whitespace.NAKAMURA Takumi2013-11-14
* Add dyn_cast<> support to YAML I/O's IO classNick Kledzik2013-11-14
* Add simple support for tags in YAML I/ONick Kledzik2013-11-14
* Reverting my r193344 checkin due to build breakage.John Thompson2013-10-24
* Added std::string as a built-in type for mapping.John Thompson2013-10-24
* Re-submit r190469: YAMLIO: Fix string quoting logic.Rui Ueyama2013-09-11
* Revert "YAMLIO: Fix string quoting logic." (r190469)Hans Wennborg2013-09-11
* Remove trailing whitespaceRui Ueyama2013-09-11
* YAMLIO: Fix string quoting logic.Rui Ueyama2013-09-11
* Tighten up the yamilizer so it stops eliding empty sequences if the embedded ...Aaron Ballman2013-08-15
* YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfoDmitri Gribenko2013-08-07
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-04
* Fix memory leak in YAML I/O.Nick Kledzik2013-01-08
* Fix how YAML I/O detects flow sequences. Nick Kledzik2013-01-04
* Don't call back() on an empty SmallVector. Found by -fsanitize=enum!Richard Smith2012-12-22
* YAMLIO: Remove all of the template instantiation hacks, I don't see why they'...Benjamin Kramer2012-12-12
* Fix calls to getAsSignedInteger() to use long long - not int64_tNick Kledzik2012-12-12
* Fix the build on case sensitive file systems.Benjamin Kramer2012-12-12
* Initial implementation of a utility for converting native data Nick Kledzik2012-12-12