repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline.
[llvm-complete.git]
/
test
/
TableGen
/
strconcat.td
blob
cdf3928f04d659ec270789830896b84ab2e6c836
1
// RUN: tblgen %s | grep fufoo
2
3
class Y<string S> {
4
string T = !strconcat(S, "foo");
5
}
6
7
def Z : Y<"fu">;