summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/YAMLTraits.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak in error paths in YAMLTraits by using unique_ptrDavid Blaikie2014-09-151-31/+21
* Fix bug 20125 - clang-format segfaults on bad config.Rafael Espindola2014-08-081-1/+6
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-131-3/+4
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-4/+1
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Don't import make_error_code into the llvm namespace.Rafael Espindola2014-06-121-3/+3
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-3/+3
* [yaml2obj] Add new command line option `-docnum`.Simon Atanasyan2014-05-311-2/+2
* YAMLIO: Allow scalars to dictate quotation rulesDavid Majnemer2014-04-101-10/+4
* Use range-based for loops. No functionality change.Simon Atanasyan2014-04-101-25/+16
* Revert "Revert "YAMLIO: Encode ambiguous hex strings explicitly""David Majnemer2014-04-091-1/+2
* Revert "YAMLIO: Encode ambiguous hex strings explicitly"Filipe Cabecinhas2014-04-091-4/+1
* YAMLIO: Encode ambiguous hex strings explicitlyDavid Majnemer2014-04-091-1/+4
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-071-2/+2
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* revert r194655Nick Kledzik2013-11-211-2/+2
* YAML I/O - Added default trait support for std:string. Making another attemp...John Thompson2013-11-191-0/+11
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-0/+5
* Recover gracefully when deserializing invalid YAML input.Alexander Kornienko2013-11-181-7/+26
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-7/+0
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-0/+7
* yaml::Input::mapTag(): Don't use StringRef to hold return type of std::string.NAKAMURA Takumi2013-11-141-1/+1
* Whitespace.NAKAMURA Takumi2013-11-141-1/+1
* Add dyn_cast<> support to YAML I/O's IO classNick Kledzik2013-11-141-2/+2
* Add simple support for tags in YAML I/ONick Kledzik2013-11-141-0/+18
* Reverting my r193344 checkin due to build breakage.John Thompson2013-10-241-11/+0
* Added std::string as a built-in type for mapping.John Thompson2013-10-241-0/+11
* Re-submit r190469: YAMLIO: Fix string quoting logic.Rui Ueyama2013-09-111-2/+14
* Revert "YAMLIO: Fix string quoting logic." (r190469)Hans Wennborg2013-09-111-10/+2
* Remove trailing whitespaceRui Ueyama2013-09-111-5/+4
* YAMLIO: Fix string quoting logic.Rui Ueyama2013-09-111-2/+10
* Tighten up the yamilizer so it stops eliding empty sequences if the embedded ...Aaron Ballman2013-08-151-0/+17
* YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfoDmitri Gribenko2013-08-071-2/+2
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-041-1/+1
* Fix memory leak in YAML I/O.Nick Kledzik2013-01-081-9/+32
* Fix how YAML I/O detects flow sequences. Nick Kledzik2013-01-041-1/+1
* Don't call back() on an empty SmallVector. Found by -fsanitize=enum!Richard Smith2012-12-221-1/+1
* YAMLIO: Remove all of the template instantiation hacks, I don't see why they'...Benjamin Kramer2012-12-121-397/+318
* Fix calls to getAsSignedInteger() to use long long - not int64_tNick Kledzik2012-12-121-21/+25
* Fix the build on case sensitive file systems.Benjamin Kramer2012-12-121-4/+2
* Initial implementation of a utility for converting native data Nick Kledzik2012-12-121-0/+881
OpenPOWER on IntegriCloud