aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/YAMLIOTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-08-08Fix bug 20125 - clang-format segfaults on bad config.Rafael Espindola1-0/+7
2014-06-08[C++11] Use 'nullptr'.Craig Topper1-24/+24
2014-06-03Make this operator bool() explicit to match the standard library.Rafael Espindola1-24/+24
2014-04-10YAMLIO: Allow scalars to dictate quotation rulesDavid Majnemer1-0/+38
2014-04-09Revert "Revert "YAMLIO: Encode ambiguous hex strings explicitly""David Majnemer1-0/+10
2014-04-09Revert "YAMLIO: Encode ambiguous hex strings explicitly"Filipe Cabecinhas1-10/+0
2014-04-09YAMLIO: Encode ambiguous hex strings explicitlyDavid Majnemer1-0/+10
2013-11-21YAML I/O add support for validate()Nick Kledzik1-3/+43
2013-11-21revert r194655Nick Kledzik1-70/+0
2013-11-19YAML I/O - Added default trait support for std:string. Making another attemp...John Thompson1-0/+31
2013-11-18Recover gracefully when deserializing invalid YAML input.Alexander Kornienko1-46/+116
2013-11-14remove extra semicolonNick Kledzik1-1/+1
2013-11-14Add dyn_cast<> support to YAML I/O's IO classNick Kledzik1-0/+70
2013-11-14Add simple support for tags in YAML I/ONick Kledzik1-0/+85
2013-10-24Reverting my r193344 checkin due to build breakage.John Thompson1-31/+0
2013-10-24Added std::string as a built-in type for mapping.John Thompson1-0/+31
2013-09-11Re-submit r190469: YAMLIO: Fix string quoting logic.Rui Ueyama1-0/+57
2013-09-11Revert "YAMLIO: Fix string quoting logic." (r190469)Hans Wennborg1-57/+0
2013-09-11Remove trailing whitespaceRui Ueyama1-3/+3
2013-09-11YAMLIO: Fix string quoting logic.Rui Ueyama1-0/+57
2013-08-16Removing a spurious semi-colon; this macro expands into a namespace.Aaron Ballman1-1/+1
2013-08-15Tighten up the yamilizer so it stops eliding empty sequences if the embedded ...Aaron Ballman1-0/+63
2013-01-10Replace memcpys by a static_cast and an integral promotion.Dmitri Gribenko1-6/+4
2013-01-10Fix coding styleDmitri Gribenko1-5/+3
2013-01-10Unbreak tests after regression from r172081.Jakub Staszak1-0/+2
2013-01-10Fix Alias BugDavid Greene1-4/+12
2013-01-04Fix how YAML I/O detects flow sequences. Nick Kledzik1-3/+9
2012-12-17Fix some integer constant warnings by using a suffixNick Kledzik1-7/+7
2012-12-17re-enable test cases now that traits work with g++. Fix some g++ warningsNick Kledzik1-12/+7
2012-12-12Temporarily disable test cases until they compile with g++ too.Nick Kledzik1-0/+4
2012-12-12Unbreak the build. Fallout from r170019.David Blaikie1-1/+1
2012-12-12Initial implementation of a utility for converting native data Nick Kledzik1-0/+1288