diff options
author | Alex Lorenz <arphaman@gmail.com> | 2015-05-01 18:34:25 +0000 |
---|---|---|
committer | Alex Lorenz <arphaman@gmail.com> | 2015-05-01 18:34:25 +0000 |
commit | 42e91fa312908d70d1e8c4dc13ec459d1c68bdb1 (patch) | |
tree | 1d8eed4a78fc23d7b0bfe7a74e726012e91400a7 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 684379a00b1cdda71f4d2b88ee8d323aeaab78fe (diff) | |
download | llvm-42e91fa312908d70d1e8c4dc13ec459d1c68bdb1.zip llvm-42e91fa312908d70d1e8c4dc13ec459d1c68bdb1.tar.gz llvm-42e91fa312908d70d1e8c4dc13ec459d1c68bdb1.tar.bz2 |
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
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions