Add a change note for A20-8-1/MEM56-CPP/A18-1-4.
This commit is contained in:
Родитель
a1bf3030b7
Коммит
bc122b73e8
|
@ -1 +1,2 @@
|
|||
- `A8-4-13` - reduce false positives when using gcc/clang where a modifying operation was used on a shared_ptr.
|
||||
- `A8-4-13`
|
||||
- Address false positives caused by missing modelling of modifying operations for smart pointers for some standard libraries (such as libstdc++).
|
|
@ -0,0 +1,5 @@
|
|||
- `A20-8-1`/`MEM56-CPP`
|
||||
- Address false negatives caused by lack of modelling of flow through smart pointers.
|
||||
- Reduce flow paths through standard library headers to simplify results.
|
||||
- `A18-1-4`
|
||||
- Address false positives caused by missing modelling of modifying operations for smart pointers for some standard libraries (such as libstdc++).
|
Загрузка…
Ссылка в новой задаче