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

Skip to content

Commit 68c38ba

Browse files
author
Robert Marsh
committed
C++: Add change note
1 parent 03f72d2 commit 68c38ba

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
@@ -42,3 +42,5 @@ The following changes in version 1.23 affect C/C++ analysis in all applications.
4242
clarity (e.g. `isOutReturnPointer()` to `isReturnValueDeref()`). The existing member predicates
4343
have been deprecated, and will be removed in a future release. Code that uses the old member
4444
predicates should be updated to use the corresponding new member predicate.
45+
* The predicates `Declaration.hasStdName()` and `Declaration.hasGlobalOrStdName`
46+
have been added, simplifying handling of C++ standard library functions.

0 commit comments

Comments
 (0)