aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Support/YAMLIOTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-0/+86
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+7
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-48/+48
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-0/+48
* Update to LLVM 3.5a.Stephen Hines2014-04-241-59/+60
* Recover gracefully when deserializing invalid YAML input.Alexander Kornienko2013-11-181-46/+116
* remove extra semicolonNick Kledzik2013-11-141-1/+1
* Add dyn_cast<> support to YAML I/O's IO classNick Kledzik2013-11-141-0/+70
* Add simple support for tags in YAML I/ONick Kledzik2013-11-141-0/+85
* Reverting my r193344 checkin due to build breakage.John Thompson2013-10-241-31/+0
* Added std::string as a built-in type for mapping.John Thompson2013-10-241-0/+31
* Re-submit r190469: YAMLIO: Fix string quoting logic.Rui Ueyama2013-09-111-0/+57
* Revert "YAMLIO: Fix string quoting logic." (r190469)Hans Wennborg2013-09-111-57/+0
* Remove trailing whitespaceRui Ueyama2013-09-111-3/+3
* YAMLIO: Fix string quoting logic.Rui Ueyama2013-09-111-0/+57
* Removing a spurious semi-colon; this macro expands into a namespace.Aaron Ballman2013-08-161-1/+1
* Tighten up the yamilizer so it stops eliding empty sequences if the embedded ...Aaron Ballman2013-08-151-0/+63
* Replace memcpys by a static_cast and an integral promotion.Dmitri Gribenko2013-01-101-6/+4
* Fix coding styleDmitri Gribenko2013-01-101-5/+3
* Unbreak tests after regression from r172081.Jakub Staszak2013-01-101-0/+2
* Fix Alias BugDavid Greene2013-01-101-4/+12
* Fix how YAML I/O detects flow sequences. Nick Kledzik2013-01-041-3/+9
* Fix some integer constant warnings by using a suffixNick Kledzik2012-12-171-7/+7
* re-enable test cases now that traits work with g++. Fix some g++ warningsNick Kledzik2012-12-171-12/+7
* Temporarily disable test cases until they compile with g++ too.Nick Kledzik2012-12-121-0/+4
* Unbreak the build. Fallout from r170019.David Blaikie2012-12-121-1/+1
* Initial implementation of a utility for converting native data Nick Kledzik2012-12-121-0/+1288