summaryrefslogtreecommitdiff
path: root/lib/Support/YAMLTraits.cpp
Commit message (Expand)AuthorAge
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-13
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Don't import make_error_code into the llvm namespace.Rafael Espindola2014-06-12
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* [yaml2obj] Add new command line option `-docnum`.Simon Atanasyan2014-05-31
* YAMLIO: Allow scalars to dictate quotation rulesDavid Majnemer2014-04-10
* Use range-based for loops. No functionality change.Simon Atanasyan2014-04-10
* Revert "Revert "YAMLIO: Encode ambiguous hex strings explicitly""David Majnemer2014-04-09
* Revert "YAMLIO: Encode ambiguous hex strings explicitly"Filipe Cabecinhas2014-04-09
* YAMLIO: Encode ambiguous hex strings explicitlyDavid Majnemer2014-04-09
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* 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
* yaml::Input::mapTag(): Don't use StringRef to hold return type of std::string.NAKAMURA Takumi2013-11-14
* Whitespace.NAKAMURA Takumi2013-11-14
* 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
* 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
* Re-submit r190469: YAMLIO: Fix string quoting logic.Rui Ueyama2013-09-11
* Revert "YAMLIO: Fix string quoting logic." (r190469)Hans Wennborg2013-09-11
* Remove trailing whitespaceRui Ueyama2013-09-11
* YAMLIO: Fix string quoting logic.Rui Ueyama2013-09-11
* 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
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-04
* Fix memory leak in YAML I/O.Nick Kledzik2013-01-08
* Fix how YAML I/O detects flow sequences. Nick Kledzik2013-01-04
* Don't call back() on an empty SmallVector. Found by -fsanitize=enum!Richard Smith2012-12-22
* YAMLIO: Remove all of the template instantiation hacks, I don't see why they'...Benjamin Kramer2012-12-12
* Fix calls to getAsSignedInteger() to use long long - not int64_tNick Kledzik2012-12-12
* Fix the build on case sensitive file systems.Benjamin Kramer2012-12-12
* Initial implementation of a utility for converting native data Nick Kledzik2012-12-12