X Tutup
The Wayback Machine - https://web.archive.org/web/20221110220740/https://github.com/github/codeql/pull/11211
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swift: fix printing of unextracted entities #11211

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

redsun82
Copy link
Contributor

@redsun82 redsun82 commented Nov 10, 2022

This was still printing explicitly ignored classes.

Here's the current output:

Unextracted Expr subclasses:
  RegexLiteralExpr
Unextracted Type subclasses:
  ErrorType
  UnresolvedType
  SequenceArchetypeType
  ParameterizedProtocolType
  TypeVariableType

This was still printing explicitly ignored classes.
@redsun82 redsun82 requested a review from AlexDenisov Nov 10, 2022
@redsun82 redsun82 requested a review from a team as a code owner Nov 10, 2022
@github-actions github-actions bot added the Swift label Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants
X Tutup