This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-24 11:42:57 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
a27077bd0a
llvm-mirror
/
test
/
Regression
/
TableGen
/
ForwardRef.td
16 lines
121 B
TableGen
Raw
Normal View
History
Unescape
Escape
Check that we can refer to the same class we are defining. llvm-svn: 23541
2005-09-30 06:10:17 +02:00
// RUN: tblgen %s -o -
class
bar
{
list
<
bar
>
x
;
}
Add a test that you can forward ref a class. llvm-svn: 23547
2005-09-30 06:52:43 +02:00
class
foo
;
class
foo
;
class
baz
{
list
<
foo
>
y
;
}
class
foo
{
}
Reference in New Issue
Copy Permalink