aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/YAMLTraits.cpp
AgeCommit message (Expand)Author
2013-01-08Fix memory leak in YAML I/O.Nick Kledzik
2013-01-04Fix how YAML I/O detects flow sequences. Nick Kledzik
2012-12-22Don't call back() on an empty SmallVector. Found by -fsanitize=enum!Richard Smith
2012-12-12YAMLIO: Remove all of the template instantiation hacks, I don't see why they'...Benjamin Kramer
2012-12-12Fix calls to getAsSignedInteger() to use long long - not int64_tNick Kledzik
2012-12-12Fix the build on case sensitive file systems.Benjamin Kramer
2012-12-12Initial implementation of a utility for converting native data Nick Kledzik