mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Merge pull request #14750 from github/alexdenisov/update-wordings
Swift: update wordings in a downgrade script
This commit is contained in:
@@ -5,7 +5,7 @@ class Element extends @element {
|
||||
query predicate new_unspecified_elements(Element e, string property, string error) {
|
||||
unspecified_elements(e, property, error)
|
||||
or
|
||||
error = "Removed parameter packs during the database downgrade" and
|
||||
error = "Parameter packs removed during database downgrade. Please update your CodeQL code." and
|
||||
property = "" and
|
||||
(
|
||||
pack_element_exprs(e, _) or
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
description: Replacing types and expressions related to parameter packs
|
||||
description: Removes types and expressions related to parameter packs
|
||||
compatibility: partial
|
||||
|
||||
unspecified_elements.rel: run downgrade.ql new_unspecified_elements
|
||||
|
||||
Reference in New Issue
Block a user