mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Merge pull request #10377 from geoffw0/deprecate-pointsto
C++: Put a warning on the PointsTo library.
This commit is contained in:
@@ -19,6 +19,10 @@
|
||||
* `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 `semmle.code.cpp.dataflow.DataFlow`
|
||||
* instead.
|
||||
*/
|
||||
|
||||
import semmle.code.cpp.commons.File
|
||||
|
||||
Reference in New Issue
Block a user