Skip to content

Commit 7129ffc

Browse files
committed
Swift: add database migration scripts
1 parent 1f5be03 commit 7129ffc

File tree

7 files changed

+10968
-0
lines changed

7 files changed

+10968
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
class Element extends @element {
2+
string toString() { none() }
3+
}
4+
5+
query predicate new_unspecified_elements(Element e, string property, string error) {
6+
unspecified_elements(e, property, error)
7+
or
8+
error = "Macro declarations removed during database downgrade. Please update your CodeQL code." and
9+
property = "" and
10+
macro_decls(e, _)
11+
}

0 commit comments

Comments
 (0)