mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
11 lines
528 B
Markdown
11 lines
528 B
Markdown
## 5.5.0
|
|
|
|
### New Features
|
|
|
|
* Added a new class `PchFile` representing precompiled header (PCH) files used during project compilation.
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* Added flow summaries for the `Microsoft::WRL::ComPtr` member functions.
|
|
* The new dataflow/taint-tracking library (`semmle.code.cpp.dataflow.new.DataFlow` and `semmle.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.
|