C++: Remove paragraph.

This commit is contained in:
Mathias Vorreiter Pedersen
2023-07-24 12:20:38 +02:00
parent 5edc5e7c7b
commit d02a1c2840

View File

@@ -33,11 +33,6 @@
* 7. }
* ```
*
* Reducing the size of `pointerAddInstructionHasBounds`:
* The `pointerAddInstructionHasBounds` can be very large since the `sink2` column is defined as anything that non-strictly
* upper bounds the right-hand side of a pointer-arithmetic instruction. In order to reduce the size of this predicate we prune
* the set of pointer-arithmetic instructions to only those instructions where the left-hand side flows from an allocation.
*
* Handling false positives:
*
* Consider a snippet such as: