mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Swift: make PoundDiagnostics::getKind internal
This commit is contained in:
@@ -143,7 +143,7 @@ class PatternBindingDecl(Decl):
|
||||
|
||||
class PoundDiagnosticDecl(Decl):
|
||||
""" A diagnostic directive, which is either `#error` or `#warning`."""
|
||||
kind: int | desc("""This is 1 for `#error` and 2 for `#warning`.""")
|
||||
kind: int | desc("""This is 1 for `#error` and 2 for `#warning`.""") | ql.internal
|
||||
message: "StringLiteralExpr" | child
|
||||
|
||||
class PrecedenceGroupDecl(Decl):
|
||||
|
||||
Reference in New Issue
Block a user