Skip to content

Commit 842af4b

Browse files
committed
C++: Specifically suggest DataFlow as an alternative.
1 parent 8ac3e10 commit 842af4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpp/ql/lib/semmle/code/cpp/pointsto/PointsTo.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
* equivalence classes are called "points-to sets".
2222
*
2323
* WARNING: This library may perform poorly on very large projects.
24-
* Consider using another library such as ??? instead.
24+
* Consider using another library such as `semmle.code.cpp.dataflow.DataFlow`
25+
* instead.
2526
*/
2627

2728
import semmle.code.cpp.commons.File

0 commit comments

Comments
 (0)