isInCycle
The `isInCycle` predicate would take a long time on Wireshark with 6GB RAM, sometimes OOMing in the fastTC HOP. Analyzing wireshark with 6GB is important because that's the standard configuration on our Jenkins workers. With this commit, I can analyze Wireshark with 6GB on my laptop. The `getNonPhiOperandDef` predicate on Wireshark is 34M tuples, while `getDefIfHasNeighbors` is 11M tuples, and the TC of `getDefIfHasNeighbors` is 23M tuples (487 MB).
CodeQL
This open source repository contains the standard CodeQL libraries and queries that power LGTM, and the other products that Semmle makes available to its customers worldwide.
How do I learn CodeQL and run queries?
There is extensive documentation on getting started with writing CodeQL. You can use the interactive query console on LGTM.com or the CodeQL for Visual Studio Code extension to try out your queries on any open source project that's currently being analyzed.
Contributing
We welcome contributions to our standard library and standard checks. Do you have an idea for a new check, or how to improve an existing query? Then please go ahead and open a pull request! Before you do, though, please take the time to read our contributing guidelines. You can also consult our style guides to learn how to format your code for consistency and clarity, how to write query metadata, and how to write query help documentation for your query.
License
The code in this repository is licensed under Apache License 2.0 by Semmle.