Skip to content

Commit 324e59d

Browse files
committed
C++: change note for new FoldExpr class
1 parent 74f81c7 commit 324e59d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

change-notes/1.21/analysis-cpp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@
3333
- Additional support for definition by reference has been added to the `semmle.code.cpp.dataflow.TaintTracking` library.
3434
- The taint tracking library now includes taint-specific edges for functions modeled in `semmle.code.cpp.models.interfaces.DataFlow`.
3535
- The taint tracking library adds flow through library functions that are modeled in `semmle.code.cpp.models.interfaces.Taint`. Queries can add subclasses of `TaintFunction` to specify additional flow.
36+
- There is a new `FoldExpr` class, representing C++17 fold expressions.

0 commit comments

Comments
 (0)