mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Merge pull request #2287 from felicitymay/1.22/support-codeql
1.22: Update for support info for CodeQL term change
This commit is contained in:
@@ -59,9 +59,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="linkcontainer">
|
<div class="linkcontainer">
|
||||||
<div class="linkbar">
|
<div class="linkbar">
|
||||||
<a href="https://help.semmle.com/QL/learn-ql/" target="_blank">Learn QL</a>
|
<a href="https://help.semmle.com/QL/learn-ql/" target="_blank">Learn CodeQL</a>
|
||||||
<a href="https://help.semmle.com/QL/learn-ql/ql-training.html" target="_blank">QL for variant analysis</a>
|
<a href="https://help.semmle.com/QL/learn-ql/ql-training.html" target="_blank">Variant analysis</a>
|
||||||
<a href="https://help.semmle.com/QL/ql-tools.html" target="_blank">QL tools</a>
|
<a href="https://help.semmle.com/QL/ql-tools.html" target="_blank">Tools</a>
|
||||||
<a href="https://help.semmle.com/QL/ql-explore-queries.html" target="_blank">Queries</a>
|
<a href="https://help.semmle.com/QL/ql-explore-queries.html" target="_blank">Queries</a>
|
||||||
<a href="https://help.semmle.com/QL/ql-reference-topics.html" target="_blank">Reference</a>
|
<a href="https://help.semmle.com/QL/ql-reference-topics.html" target="_blank">Reference</a>
|
||||||
<a href="https://blog.semmle.com" target="_blank">Blog</a>
|
<a href="https://blog.semmle.com" target="_blank">Blog</a>
|
||||||
@@ -77,7 +77,7 @@
|
|||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
|
|
||||||
<div class="navBox" >
|
<div class="navBox" >
|
||||||
<p>Start writing QL in the <a href="https://lgtm.com/query">Query console</a> on <a href="https://lgtm.com">LGTM.com</a>.</p>
|
<p>Start writing queries in the <a href="https://lgtm.com/query">Query console</a> on <a href="https://lgtm.com">LGTM.com</a>.</p>
|
||||||
|
|
||||||
<div id="searchbox" style="display: none" role="search">
|
<div id="searchbox" style="display: none" role="search">
|
||||||
<h3>Quick search</h3>
|
<h3>Quick search</h3>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# QL and LGTM support info build configuration file, created
|
# CodeQL and LGTM support info build configuration file, created
|
||||||
# on Tuesday 19th February.
|
# on Tuesday 19th February.
|
||||||
#
|
#
|
||||||
# This file is execfile()d with the current directory set to its
|
# This file is execfile()d with the current directory set to its
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
Frameworks and libraries
|
Frameworks and libraries
|
||||||
########################
|
########################
|
||||||
|
|
||||||
The QL libraries and queries in version |version| have been explicitly checked against the libraries and frameworks listed below.
|
The libraries and queries in version |version| have been explicitly checked against the libraries and frameworks listed below.
|
||||||
|
|
||||||
.. pull-quote::
|
.. pull-quote::
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
Supported languages and frameworks
|
Supported languages and frameworks
|
||||||
##################################
|
##################################
|
||||||
|
|
||||||
These pages describe the languages and frameworks supported in the latest enterprise release of QL and LGTM.
|
These pages describe the languages and frameworks supported in the latest enterprise release of CodeQL and LGTM. (CodeQL was previously known as QL.)
|
||||||
Users of `LGTM.com <https://lgtm.com/>`_ may find that additional features are supported because it's updated more frequently.
|
Users of `LGTM.com <https://lgtm.com/>`_ may find that additional features are supported because it's updated more frequently.
|
||||||
|
|
||||||
For details see:
|
For details see:
|
||||||
@@ -11,4 +11,4 @@ For details see:
|
|||||||
language-support.rst
|
language-support.rst
|
||||||
framework-support.rst
|
framework-support.rst
|
||||||
|
|
||||||
For details of the QL libraries, see `QL standard libraries <https://help.semmle.com/QL/ql-libraries.html>`_.
|
For details of the CodeQL libraries, see `CodeQL standard libraries <https://help.semmle.com/QL/ql-libraries.html>`_.
|
||||||
@@ -1,7 +1,8 @@
|
|||||||
Languages and compilers
|
Languages and compilers
|
||||||
#######################
|
#######################
|
||||||
|
|
||||||
QL and LGTM version |version| support analysis of the following languages compiled by the following compilers.
|
CodeQL and LGTM version |version| support analysis of the following languages compiled by the following compilers.
|
||||||
|
(CodeQL was previously known as QL.)
|
||||||
|
|
||||||
Note that where there are several versions or dialects of a language, the supported variants are listed.
|
Note that where there are several versions or dialects of a language, the supported variants are listed.
|
||||||
If your code requires a particular version of a compiler, check that this version is included below.
|
If your code requires a particular version of a compiler, check that this version is included below.
|
||||||
|
|||||||
Reference in New Issue
Block a user