mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
10 lines
290 B
Markdown
10 lines
290 B
Markdown
## 0.2.0
|
|
|
|
### Breaking Changes
|
|
|
|
* The type `DataFlow::Node` is now based directly on the AST instead of the CFG, which means that predicates like `asExpr()` return AST nodes instead of CFG nodes.
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* Added more detailed models for `std::fs` and `std::path`.
|