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
/
TableGen
/
CStyleComment.td
1
// Test that multiline, nested, comments work correctly.
2
//
3
// RUN: llvm-tblgen < %s
4
5
/* Foo
6
bar
7
/*
8
blah
9
*/
10
11
stuff
12
*/
13
14
def x;