mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
528 B
528 B
5.5.0
New Features
- Added a new class
PchFilerepresenting precompiled header (PCH) files used during project compilation.
Minor Analysis Improvements
- Added flow summaries for the
Microsoft::WRL::ComPtrmember functions. - The new dataflow/taint-tracking library (
semmle.code.cpp.dataflow.new.DataFlowandsemmle.code.cpp.dataflow.new.TaintTracking) now resolves virtual function calls more precisely. This results in fewer false positives when running dataflow/taint-tracking queries on C++ projects.