File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ The following changes in version 1.23 affect C/C++ analysis in all applications.
5454 clarity (e.g. ` isOutReturnPointer() ` to ` isReturnValueDeref() ` ). The existing member predicates
5555 have been deprecated, and will be removed in a future release. Code that uses the old member
5656 predicates should be updated to use the corresponding new member predicate.
57- * The predicates ` Declaration.hasStdName() ` and ` Declaration.hasGlobalOrStdName `
58- have been added, simplifying handling of C++ standard library functions .
57+ * The predicate ` Declaration.hasGlobalOrStdName ` has been added, making it
58+ easier to recognize C library functions called from C++.
5959* The control-flow graph is now computed in QL, not in the extractor. This can
6060 lead to regressions (or improvements) in how queries are optimized because
6161 optimization in QL relies on static size estimates, and the control-flow edge
You can’t perform that action at this time.
0 commit comments