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 15db520 commit 8ac3e10Copy full SHA for 8ac3e10
cpp/ql/lib/semmle/code/cpp/pointsto/PointsTo.qll
@@ -19,6 +19,9 @@
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 ??? instead.
25
*/
26
27
import semmle.code.cpp.commons.File
0 commit comments