mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
290 B
290 B
0.2.0
Breaking Changes
- The type
DataFlow::Nodeis now based directly on the AST instead of the CFG, which means that predicates likeasExpr()return AST nodes instead of CFG nodes.
Minor Analysis Improvements
- Added more detailed models for
std::fsandstd::path.