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.
2 parents eadb8a3 + 842af4b commit 6e4b3c2Copy full SHA for 6e4b3c2
cpp/ql/lib/semmle/code/cpp/pointsto/PointsTo.qll
@@ -19,6 +19,10 @@
19
* `pointstoinfo` predicate determines the transitively implied points-to
20
* information by collapsing pointers into equivalence classes. These
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 `semmle.code.cpp.dataflow.DataFlow`
25
+ * instead.
26
*/
27
28
import semmle.code.cpp.commons.File
0 commit comments