Merge pull request #14750 from github/alexdenisov/update-wordings

Swift: update wordings in a downgrade script
This commit is contained in:
Paolo Tranquilli
2023-11-13 07:00:39 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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