summaryrefslogtreecommitdiff
path: root/lib/Support/YAMLTraits.cpp
Commit message (Expand)AuthorAge
* 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