projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[TableGen] Use SmallString instead of std::string to build up a string to avoid heap...
[oota-llvm.git]
/
test
/
YAMLParser
/
spec-09-15.test
1
# RUN: yaml-bench -canonical %s
2
3
---
4
"---" : foo
5
...: bar
6
---
7
[
8
---,
9
...,
10
{
11
? ---
12
: ...
13
}
14
]
15
...