1. 0bbe66e [YAML] Plain scalars can not begin with most indicators. by Haojian Wu · 8 years ago
  2. c9a8451 [YAML] Refactor escaping unittests by Francis Visoiu Mistrih · 8 years ago
  3. b2b961a [YAML] Fix UTF-8 handling by Francis Visoiu Mistrih · 8 years ago
  4. b213b27 [YAML] Add support for non-printable characters by Francis Visoiu Mistrih · 8 years ago
  5. 1684317 [YAMLTraits] Add filename support to yaml::Input by Alex Bradbury · 8 years ago
  6. d0c0c13 Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTOR by Richard Smith · 8 years ago
  7. 9a67b07 Re-sort #include lines for unittests. This uses a slightly modified by Chandler Carruth · 8 years ago
  8. 1f9b001 Align all scalar numbers to LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR by Jonas Hahnfeld · 9 years ago
  9. 87dd2ab Support: Add YAML I/O support for custom mappings. by Peter Collingbourne · 9 years ago
  10. 3ab3fef Improve error handling in YAML parsing by Mehdi Amini · 9 years ago
  11. 43c2428 Revert "Improve error handling in YAML parsing" by Mehdi Amini · 9 years ago
  12. c54281b Improve error handling in YAML parsing by Mehdi Amini · 9 years ago
  13. 35377f8 [YAMLIO] Add the ability to map with context. by Zachary Turner · 9 years ago
  14. 4fbf61d [yaml] Add a ScalarTraits for mapping endian aware types. by Zachary Turner · 9 years ago
  15. b550cb1 [NFC] Header cleanup by Mehdi Amini · 10 years ago
  16. 29c5edc Revert r239972 (YAML: Assign a value returned by the default constructor to the value in an optional mapping). by Alex Lorenz · 10 years ago
  17. 376fc70 YAML: Assign a value returned by the default constructor to the value in an optional mapping. by Alex Lorenz · 10 years ago
  18. 3733c03 YAML traits need to be in the llvm::yaml namespace. by Frederic Riss · 10 years ago
  19. 4939e6a [YAMLIO] Make line-wrapping configurable and test it. by Frederic Riss · 10 years ago
  20. 68e787b YAML: Add support for literal block scalar I/O. by Alex Lorenz · 10 years ago
  21. b122508 YAML: Add an optional 'flow' field to the mapping trait to allow flow mapping output. by Alex Lorenz · 11 years ago
  22. 42e91fa YAML: Fix the output of sequences that contain flow sequences. by Alex Lorenz · 11 years ago
  23. 64d2cdf Detect malformed YAML sequence in yaml::Input::beginSequence() by Justin Bogner · 11 years ago
  24. a97373f Fix bug 20125 - clang-format segfaults on bad config. by Rafael Espindola · 11 years ago
  25. 66f09ad [C++11] Use 'nullptr'. by Craig Topper · 11 years ago
  26. d9a25d8 Make this operator bool() explicit to match the standard library. by Rafael Espindola · 11 years ago
  27. 7788033 YAMLIO: Allow scalars to dictate quotation rules by David Majnemer · 12 years ago
  28. 97d8ee3 Revert "Revert "YAMLIO: Encode ambiguous hex strings explicitly"" by David Majnemer · 12 years ago
  29. 2c4e8ae Revert "YAMLIO: Encode ambiguous hex strings explicitly" by Filipe Cabecinhas · 12 years ago
  30. 8154335 YAMLIO: Encode ambiguous hex strings explicitly by David Majnemer · 12 years ago
  31. 7cd45f2 YAML I/O add support for validate() by Nick Kledzik · 12 years ago
  32. 4761c60 revert r194655 by Nick Kledzik · 12 years ago
  33. 48e018a YAML I/O - Added default trait support for std:string. Making another attempt at this, this time doing a clean build on Linux, and running the LLVM, clang, and extra tests, to try to make sure there's no problems. by John Thompson · 12 years ago
  34. 681e37c Recover gracefully when deserializing invalid YAML input. by Alexander Kornienko · 12 years ago
  35. 4a9f00d remove extra semicolon by Nick Kledzik · 12 years ago
  36. dd34f77 Add dyn_cast<> support to YAML I/O's IO class by Nick Kledzik · 12 years ago
  37. 1e6033c Add simple support for tags in YAML I/O by Nick Kledzik · 12 years ago
  38. 6cd5bd4 Reverting my r193344 checkin due to build breakage. by John Thompson · 12 years ago
  39. e38e572 Added std::string as a built-in type for mapping. by John Thompson · 12 years ago
  40. 106eded Re-submit r190469: YAMLIO: Fix string quoting logic. by Rui Ueyama · 12 years ago
  41. 33ae7ce Revert "YAMLIO: Fix string quoting logic." (r190469) by Hans Wennborg · 12 years ago
  42. 38dfffa Remove trailing whitespace by Rui Ueyama · 12 years ago
  43. 9a40ae8 YAMLIO: Fix string quoting logic. by Rui Ueyama · 12 years ago
  44. 381f59f Removing a spurious semi-colon; this macro expands into a namespace. by Aaron Ballman · 12 years ago
  45. 0e63e53 Tighten up the yamilizer so it stops eliding empty sequences if the embedded empty sequence is the first key/value in a map which is itself in a sequence. by Aaron Ballman · 12 years ago
  46. 7b4fb9a Replace memcpys by a static_cast and an integral promotion. by Dmitri Gribenko · 13 years ago
  47. ba9d1b5 Fix coding style by Dmitri Gribenko · 13 years ago
  48. 6a3ef9c Unbreak tests after regression from r172081. by Jakub Staszak · 13 years ago
  49. 4162c2d Fix Alias Bug by David Greene · 13 years ago
  50. 11964f2 Fix how YAML I/O detects flow sequences. by Nick Kledzik · 13 years ago
  51. bed953d Fix some integer constant warnings by using a suffix by Nick Kledzik · 13 years ago
  52. 52bfd38 re-enable test cases now that traits work with g++. Fix some g++ warnings by Nick Kledzik · 13 years ago
  53. 808f84d Temporarily disable test cases until they compile with g++ too. by Nick Kledzik · 13 years ago
  54. b088ff6 Unbreak the build. Fallout from r170019. by David Blaikie · 13 years ago
  55. f60a927 Initial implementation of a utility for converting native data by Nick Kledzik · 13 years ago