Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
github
/
codeql
Public
Notifications
You must be signed in to change notification settings
Fork
2k
Star
9.9k
Code
Issues
993
Pull requests
440
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
C++: Use the shared type-tracking library for virtual dispatch resolution
- #20249
#20249
Merged
MathiasVP
merged 12 commits into
github:main
github/codeql:main
from
MathiasVP:type-tracking-for-cpp-3
MathiasVP/ql:type-tracking-for-cpp-3
Copy head branch name to clipboard
Aug 21, 2025
Conversation
Commits
12
(12)
Checks
Findings
Files changed
Merged
C++: Use the shared type-tracking library for virtual dispatch resolution
#20249
MathiasVP
merged 12 commits into
github:main
github/codeql:main
from
MathiasVP:type-tracking-for-cpp-3
MathiasVP/ql:type-tracking-for-cpp-3
Copy head branch name to clipboard
Commits
Commits on Aug 19, 2025
C++: Add more virtual dispatch tests.
MathiasVP
committed
c1b91db
View commit details
Copy full SHA for c1b91db
Browse repository at this point
C++: Remove the old virtual dispatch case from 'defaultViableCallable' and slightly reorganize the code in preparation for the next commit.
MathiasVP
committed
42fcfca
View commit details
Copy full SHA for 42fcfca
Browse repository at this point
C++: Move these predicates to make the diff smaller.
MathiasVP
committed
fdb9f7b
View commit details
Copy full SHA for fdb9f7b
Browse repository at this point
C++: Prefix with 'DataflowPrivate'.
MathiasVP
committed
caf7464
View commit details
Copy full SHA for caf7464
Browse repository at this point
C++: Instantiate the type tracking module inside a reusable module like it's done in Java.
MathiasVP
committed
d4188d5
View commit details
Copy full SHA for d4188d5
Browse repository at this point
C++: Perform 6 rounds of virtual dispatch resolution like Java.
MathiasVP
committed
383799c
View commit details
Copy full SHA for 383799c
Browse repository at this point
C++: Update 'mayBenefitFromCallContext' to not use the old virtual dispatch local flow predicate.
MathiasVP
committed
cca5bd9
View commit details
Copy full SHA for cca5bd9
Browse repository at this point
C++: Accept test changes.
MathiasVP
committed
302d35b
View commit details
Copy full SHA for 302d35b
Browse repository at this point
C++: Fix off-by-one error in getType on 'FinalGlobalValue' nodes and accept test changes.
MathiasVP
committed
16508b1
View commit details
Copy full SHA for 16508b1
Browse repository at this point
C++: Add object/flow conflation for unions when resolving function pointers.
MathiasVP
committed
0631bd7
View commit details
Copy full SHA for 0631bd7
Browse repository at this point
C++: Add change note.
MathiasVP
committed
02bf923
View commit details
Copy full SHA for 02bf923
Browse repository at this point
Commits on Aug 20, 2025
C++: Rename 'lambda' to 'virtual'.
MathiasVP
committed
70d3e69
View commit details
Copy full SHA for 70d3e69
Browse repository at this point
You can’t perform that action at this time.