Skip to content

Commit 05e78f1

Browse files
committed
C++: Add upgrade and downgrade scripts
1 parent a79754b commit 05e78f1

File tree

8 files changed

+8992
-0
lines changed

8 files changed

+8992
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
class Declaration extends @declaration {
2+
string toString() { none() }
3+
}
4+
5+
class MangledName extends @mangledname {
6+
string toString() { none() }
7+
}
8+
9+
from Declaration d, MangledName n
10+
where mangled_name(d, n, _)
11+
select d, n

0 commit comments

Comments
 (0)