mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
423 B
423 B
0.2.2
Deprecated APIs
- The
AnalysedStringclass in theStringAnalysismodule has been replaced withAnalyzedString, to follow our style guide. The old name still exists as a deprecated alias.
New Features
- A
getInitializationpredicate was added to theConstexprIfStmt,IfStmt, andSwitchStmtclasses that yields the C++17-style initializer of theiforswitchstatement when it exists.