Use std::error_code instead of llvm::error_code.
[oota-llvm.git] / lib / Support / YAMLTraits.cpp
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-05-31 Simon Atanasyan[yaml2obj] Add new command line option `-docnum`.
2014-04-10 David MajnemerYAMLIO: Allow scalars to dictate quotation rules
2014-04-10 Simon AtanasyanUse range-based for loops. No functionality change.
2014-04-09 David MajnemerRevert "Revert "YAMLIO: Encode ambiguous hex strings...
2014-04-09 Filipe CabecinhasRevert "YAMLIO: Encode ambiguous hex strings explicitly"
2014-04-09 David MajnemerYAMLIO: Encode ambiguous hex strings explicitly
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-11-21 Nick Kledzikrevert r194655
2013-11-19 John ThompsonYAML I/O - Added default trait support for std:string...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexander KornienkoRecover gracefully when deserializing invalid YAML...
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-14 NAKAMURA Takumiyaml::Input::mapTag(): Don't use StringRef to hold...
2013-11-14 NAKAMURA TakumiWhitespace.
2013-11-14 Nick KledzikAdd dyn_cast<> support to YAML I/O's IO class
2013-11-14 Nick KledzikAdd simple support for tags in YAML I/O
2013-10-24 John ThompsonReverting my r193344 checkin due to build breakage.
2013-10-24 John ThompsonAdded std::string as a built-in type for mapping.
2013-09-11 Rui UeyamaRe-submit r190469: YAMLIO: Fix string quoting logic.
2013-09-11 Hans WennborgRevert "YAMLIO: Fix string quoting logic." (r190469)
2013-09-11 Rui UeyamaRemove trailing whitespace
2013-09-11 Rui UeyamaYAMLIO: Fix string quoting logic.
2013-08-15 Aaron BallmanTighten up the yamilizer so it stops eliding empty...
2013-08-07 Dmitri GribenkoYAMLTraits.h: replace DenseMap that used a bad implemen...
2013-07-04 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-01-08 Nick KledzikFix memory leak in YAML I/O.
2013-01-04 Nick KledzikFix how YAML I/O detects flow sequences.
2012-12-22 Richard SmithDon't call back() on an empty SmallVector. Found by...
2012-12-12 Benjamin KramerYAMLIO: Remove all of the template instantiation hacks...
2012-12-12 Nick KledzikFix calls to getAsSignedInteger() to use long long...
2012-12-12 Benjamin KramerFix the build on case sensitive file systems.
2012-12-12 Nick KledzikInitial implementation of a utility for converting...