Skip to content

Commit bc122b7

Browse files
committed
Add a change note for A20-8-1/MEM56-CPP/A18-1-4.
1 parent a1bf303 commit bc122b7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
- `A8-4-13` - reduce false positives when using gcc/clang where a modifying operation was used on a shared_ptr.
1+
- `A8-4-13`
2+
- Address false positives caused by missing modelling of modifying operations for smart pointers for some standard libraries (such as libstdc++).
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- `A20-8-1`/`MEM56-CPP`
2+
- Address false negatives caused by lack of modelling of flow through smart pointers.
3+
- Reduce flow paths through standard library headers to simplify results.
4+
- `A18-1-4`
5+
- Address false positives caused by missing modelling of modifying operations for smart pointers for some standard libraries (such as libstdc++).

0 commit comments

Comments
 (0)