We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac3e10 commit 842af4bCopy full SHA for 842af4b
cpp/ql/lib/semmle/code/cpp/pointsto/PointsTo.qll
@@ -21,7 +21,8 @@
21
* equivalence classes are called "points-to sets".
22
*
23
* WARNING: This library may perform poorly on very large projects.
24
- * Consider using another library such as ??? instead.
+ * Consider using another library such as `semmle.code.cpp.dataflow.DataFlow`
25
+ * instead.
26
*/
27
28
import semmle.code.cpp.commons.File
0 commit comments