Skip to content

Commit 2fc0922

Browse files
committed
Merge branch 'main' into bring-back-type-barriers-in-non-constant-format
2 parents d1c253b + 67b3670 commit 2fc0922

File tree

277 files changed

+16862
-30180
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

277 files changed

+16862
-30180
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
class Expr extends @expr {
2+
string toString() { none() }
3+
}
4+
5+
class Location extends @location_expr {
6+
string toString() { none() }
7+
}
8+
9+
from Expr expr, int kind, int kind_new, Location loc
10+
where
11+
exprs(expr, kind, loc) and
12+
if kind = 363 then kind_new = 1 else kind_new = kind
13+
select expr, kind_new, loc

0 commit comments

Comments
 (0)