mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
7b1d1365a9dcc7fdd94ef16d0bd6dfd432cf4847
Before this PR, the caching and computation of `IRBlock` spanned three cache stages and was also separate from `SSAConstruction` even though it shared some computations with it. They are now all cached together, so the number of stages is reduced by 2 for each layer of IR. I made the choice of what to cache be similar to what we do for `PrimitiveBasicBlock` as I've recently benchmarked this and found it to be a good choice.
Semmle QL
This open source repository contains the standard QL libraries and queries that power LGTM, and the other products that Semmle makes available to its customers worldwide.
How do I learn QL and run queries?
LGTM has extensive documentation on getting started with writing QL. You can use the interactive query console or the QL for Eclipse plugin 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.
License
The LGTM queries are licensed under Apache License 2.0 by Semmle.
Languages
CodeQL
32.3%
Kotlin
27.4%
C#
17.1%
Java
7.7%
Python
4.6%
Other
10.7%