fix leak in a test, make the sanitizer bot green
[oota-llvm.git] / unittests / Support / YAMLIOTest.cpp
2015-06-17 Alex LorenzRevert r239972 (YAML: Assign a value returned by the...
2015-06-17 Alex LorenzYAML: Assign a value returned by the default constructo...
2015-05-29 Frederic RissYAML traits need to be in the llvm::yaml namespace.
2015-05-29 Frederic Riss[YAMLIO] Make line-wrapping configurable and test it.
2015-05-14 Alex LorenzYAML: Add support for literal block scalar I/O.
2015-05-04 Alex LorenzYAML: Add an optional 'flow' field to the mapping trait...
2015-05-01 Alex LorenzYAML: Fix the output of sequences that contain flow...
2015-03-02 Justin BognerDetect malformed YAML sequence in yaml::Input::beginSeq...
2014-08-08 Rafael EspindolaFix bug 20125 - clang-format segfaults on bad config.
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-06-03 Rafael EspindolaMake this operator bool() explicit to match the standar...
2014-04-10 David MajnemerYAMLIO: Allow scalars to dictate quotation rules
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
2013-11-21 Nick KledzikYAML I/O add support for validate()
2013-11-21 Nick Kledzikrevert r194655
2013-11-19 John ThompsonYAML I/O - Added default trait support for std:string...
2013-11-18 Alexander KornienkoRecover gracefully when deserializing invalid YAML...
2013-11-14 Nick Kledzikremove extra semicolon
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-16 Aaron BallmanRemoving a spurious semi-colon; this macro expands...
2013-08-15 Aaron BallmanTighten up the yamilizer so it stops eliding empty...
2013-01-10 Dmitri GribenkoReplace memcpys by a static_cast and an integral promotion.
2013-01-10 Dmitri GribenkoFix coding style
2013-01-10 Jakub StaszakUnbreak tests after regression from r172081.
2013-01-10 David GreeneFix Alias Bug
2013-01-04 Nick KledzikFix how YAML I/O detects flow sequences.
2012-12-17 Nick KledzikFix some integer constant warnings by using a suffix
2012-12-17 Nick Kledzikre-enable test cases now that traits work with g++...
2012-12-12 Nick KledzikTemporarily disable test cases until they compile with...
2012-12-12 David BlaikieUnbreak the build. Fallout from r170019.
2012-12-12 Nick KledzikInitial implementation of a utility for converting...