- The
AnalysedString
class in theStringAnalysis
module has been replaced withAnalyzedString
, to follow our style guide. The old name still exists as a deprecated alias.
- A
getInitialization
predicate was added to theConstexprIfStmt
,IfStmt
, andSwitchStmt
classes that yields the C++17-style initializer of theif
orswitch
statement when it exists.