1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00
Alex Lorenz 9cbd820929 YAML: Fix the output of sequences that contain flow sequences.
This patch fixes a bug where the YAML Output class emitted
a sequence of flow sequences without the '-' characters.
Before:
  
  seq:
    [ a, b ]
    [ c, d ]

After:

  seq:
    - [ a, b ]
    - [ c, d ]


Reviewers: Justin Bogner

Differential Revision: http://reviews.llvm.org/D9206

llvm-svn: 236329
2015-05-01 18:34:25 +00:00
..
2015-04-14 15:00:34 +00:00
2014-06-08 22:29:17 +00:00
2014-09-15 21:51:49 +00:00
2013-08-01 18:42:28 +00:00
2015-02-12 19:53:49 +00:00
2014-12-04 16:59:36 +00:00
2014-12-04 16:59:36 +00:00
2014-06-08 22:29:17 +00:00