mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
C++: Put a warning on the PointsTo library.
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
* `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 ??? instead.
|
||||
*/
|
||||
|
||||
import semmle.code.cpp.commons.File
|
||||
|
||||
Reference in New Issue
Block a user