aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/YAMLTraits.h
AgeCommit message (Expand)Author
2013-01-13Remove redundant 'llvm::' qualificationsDmitri Gribenko
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
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-22Fix some undefined behavior when parsing YAML input: don't try to compare anRichard Smith
2012-12-17Use different trait techniques to be compatible with g++Nick Kledzik
2012-12-12YAMLIO: Remove all of the template instantiation hacks, I don't see why they'...Benjamin Kramer
2012-12-12AlignedCharArrayUnion is erroring with non-clang compilersNick Kledzik
2012-12-12Initial implementation of a utility for converting native data Nick Kledzik