aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/YAMLTraits.h
Commit message (Expand)AuthorAgeFilesLines
* Reverting my r193344 checkin due to build breakage.John Thompson2013-10-241-7/+1
* Added std::string as a built-in type for mapping.John Thompson2013-10-241-1/+7
* Tighten up the yamilizer so it stops eliding empty sequences if the embedded ...Aaron Ballman2013-08-151-2/+4
* YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfoDmitri Gribenko2013-08-071-10/+2
* Revert r185852.Manman Ren2013-07-081-1/+9
* StringRef: add DenseMapInfo for StringRef.Manman Ren2013-07-081-9/+1
* Remove redundant 'llvm::' qualificationsDmitri Gribenko2013-01-131-17/+17
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-3/+3
* Fix memory leak in YAML I/O.Nick Kledzik2013-01-081-4/+11
* Fix how YAML I/O detects flow sequences. Nick Kledzik2013-01-041-35/+21
* Fix some undefined behavior when parsing YAML input: don't try to compare anRichard Smith2012-12-221-5/+5
* Use different trait techniques to be compatible with g++Nick Kledzik2012-12-171-26/+41
* YAMLIO: Remove all of the template instantiation hacks, I don't see why they'...Benjamin Kramer2012-12-121-26/+8
* AlignedCharArrayUnion is erroring with non-clang compilersNick Kledzik2012-12-121-6/+6
* Initial implementation of a utility for converting native data Nick Kledzik2012-12-121-0/+1114