summaryrefslogtreecommitdiff
path: root/include/llvm/Support/YAMLTraits.h
Commit message (Expand)AuthorAge
* Remove redundant 'llvm::' qualificationsDmitri Gribenko2013-01-13
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Fix memory leak in YAML I/O.Nick Kledzik2013-01-08
* Fix how YAML I/O detects flow sequences. Nick Kledzik2013-01-04
* Fix some undefined behavior when parsing YAML input: don't try to compare anRichard Smith2012-12-22
* Use different trait techniques to be compatible with g++Nick Kledzik2012-12-17
* YAMLIO: Remove all of the template instantiation hacks, I don't see why they'...Benjamin Kramer2012-12-12
* AlignedCharArrayUnion is erroring with non-clang compilersNick Kledzik2012-12-12
* Initial implementation of a utility for converting native data Nick Kledzik2012-12-12