Skip to content

Commit 77db30b

Browse files
author
Robert Marsh
committed
C++: Add change note
1 parent 4c6848e commit 77db30b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

change-notes/1.23/analysis-cpp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ The following changes in version 1.23 affect C/C++ analysis in all applications.
3535
* There is now a `DataFlow::localExprFlow` predicate and a
3636
`TaintTracking::localExprTaint` predicate to make it easy to use the most
3737
common case of local data flow and taint: from one `Expr` to another.
38+
* The predicates `Declaration.hasStdName()` and `Declaration.hasGlobalOrStdName`
39+
have been added, simplifying handling of C++ standard library functions.

0 commit comments

Comments
 (0)