Skip to content

Commit 6045f59

Browse files
committed
Merge branch 'main' into redsun82/swift-qldocs
2 parents cc6da28 + b514bd8 commit 6045f59

Some content is hidden

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

49 files changed

+11717
-16
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)