X Tutup
The Wayback Machine - https://web.archive.org/web/20240114023148/https://github.com/github/codeql/pull/15318
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

C++: First-class destructors in AST and IR #15318

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

rdmarsh2
Copy link
Contributor

This PR adds a new getSyntheticDestructor predicate to Stmt and Expr, and adds destructors to the IR. Currently only the Stmt relation is populated by the extractor.

@github-actions github-actions bot added the C++ label Jan 12, 2024
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

1 participant
X Tutup