Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a48f347

Browse files
committed
C++: Don't mention predicate hasStdName
This predicate was removed before #1585 was merged, but we forgot to remove it from the change note.
1 parent 53709de commit a48f347

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

change-notes/1.23/analysis-cpp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)