summaryrefslogtreecommitdiff
path: root/include/llvm/Support/YAMLTraits.h
Commit message (Expand)AuthorAge
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* Remove system_error.h.Rafael Espindola2014-06-12
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-12
* [yaml2obj] Add new command line option `-docnum`.Simon Atanasyan2014-05-31
* [YAML] Add an optional argument `EnumMask` to the `yaml::IO::bitSetCase()`.Simon Atanasyan2014-05-23
* [C++] Use 'nullptr'.Craig Topper2014-04-24
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-13
* YAMLIO: Allow scalars to dictate quotation rulesDavid Majnemer2014-04-10
* Fix a typo in the comment.Simon Atanasyan2014-04-07
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-07
* Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer2014-03-19
* [C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer2014-03-07
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [cleanup] Fix a typo in the path.Chandler Carruth2014-03-04
* [C+11] Add 'override' keyword to methods in the support library.Craig Topper2014-03-04
* Suppress an annoying "unused variable" warning caused by bug 17897.Rui Ueyama2014-01-23
* YAML I/O add support for validate()Nick Kledzik2013-11-21
* revert r194655Nick Kledzik2013-11-21
* YAML I/O - Added default trait support for std:string. Making another attemp...John Thompson2013-11-19
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Recover gracefully when deserializing invalid YAML input.Alexander Kornienko2013-11-18
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Add dyn_cast<> support to YAML I/O's IO classNick Kledzik2013-11-14
* Add simple support for tags in YAML I/ONick Kledzik2013-11-14
* Revert "Remove unused variable."Rafael Espindola2013-11-12
* Remove unused variable.Rafael Espindola2013-11-12
* Reverting my r193344 checkin due to build breakage.John Thompson2013-10-24
* Added std::string as a built-in type for mapping.John Thompson2013-10-24
* Tighten up the yamilizer so it stops eliding empty sequences if the embedded ...Aaron Ballman2013-08-15
* YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfoDmitri Gribenko2013-08-07
* Revert r185852.Manman Ren2013-07-08
* StringRef: add DenseMapInfo for StringRef.Manman Ren2013-07-08
* 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