Merge pull request #10377 from geoffw0/deprecate-pointsto

C++: Put a warning on the PointsTo library.
This commit is contained in:
Mathias Vorreiter Pedersen
2022-09-12 16:25:40 +01:00
committed by GitHub

View File

@@ -19,6 +19,10 @@
* `pointstoinfo` predicate determines the transitively implied points-to
* information by collapsing pointers into equivalence classes. These
* equivalence classes are called "points-to sets".
*
* WARNING: This library may perform poorly on very large projects.
* Consider using another library such as `semmle.code.cpp.dataflow.DataFlow`
* instead.
*/
import semmle.code.cpp.commons.File