mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
update links to lgtm.com/docs
This commit is contained in:
@@ -233,7 +233,7 @@ svnchurn(
|
|||||||
* The location spans column `startcolumn` of line `startline` to
|
* The location spans column `startcolumn` of line `startline` to
|
||||||
* column `endcolumn` of line `endline` in file `file`.
|
* column `endcolumn` of line `endline` in file `file`.
|
||||||
* For more information, see
|
* For more information, see
|
||||||
* [LGTM locations](https://lgtm.com/docs/ql/locations).
|
* [LGTM locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
|
||||||
*/
|
*/
|
||||||
locations_default(
|
locations_default(
|
||||||
/** The location of an element that is not an expression or a statement. */
|
/** The location of an element that is not an expression or a statement. */
|
||||||
@@ -250,7 +250,7 @@ locations_default(
|
|||||||
* The location spans column `startcolumn` of line `startline` to
|
* The location spans column `startcolumn` of line `startline` to
|
||||||
* column `endcolumn` of line `endline` in file `file`.
|
* column `endcolumn` of line `endline` in file `file`.
|
||||||
* For more information, see
|
* For more information, see
|
||||||
* [LGTM locations](https://lgtm.com/docs/ql/locations).
|
* [LGTM locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
|
||||||
*/
|
*/
|
||||||
locations_stmt(
|
locations_stmt(
|
||||||
/** The location of a statement. */
|
/** The location of a statement. */
|
||||||
@@ -267,7 +267,7 @@ locations_stmt(
|
|||||||
* The location spans column `startcolumn` of line `startline` to
|
* The location spans column `startcolumn` of line `startline` to
|
||||||
* column `endcolumn` of line `endline` in file `file`.
|
* column `endcolumn` of line `endline` in file `file`.
|
||||||
* For more information, see
|
* For more information, see
|
||||||
* [LGTM locations](https://lgtm.com/docs/ql/locations).
|
* [LGTM locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
|
||||||
*/
|
*/
|
||||||
locations_expr(
|
locations_expr(
|
||||||
/** The location of an expression. */
|
/** The location of an expression. */
|
||||||
|
|||||||
2
csharp/ql/src/external/CodeDuplication.qll
vendored
2
csharp/ql/src/external/CodeDuplication.qll
vendored
@@ -6,7 +6,7 @@ private string relativePath(File file) { result = file.getRelativePath().replace
|
|||||||
* Holds if the `index`-th token of block `copy` is in file `file`, spanning
|
* Holds if the `index`-th token of block `copy` is in file `file`, spanning
|
||||||
* column `sc` of line `sl` to column `ec` of line `el`.
|
* column `sc` of line `sl` to column `ec` of line `el`.
|
||||||
*
|
*
|
||||||
* For more information, see [LGTM locations](https://lgtm.com/docs/ql/locations).
|
* For more information, see [LGTM locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
|
||||||
*/
|
*/
|
||||||
pragma[nomagic]
|
pragma[nomagic]
|
||||||
predicate tokenLocation(File file, int sl, int sc, int ec, int el, Copy copy, int index) {
|
predicate tokenLocation(File file, int sl, int sc, int ec, int el, Copy copy, int index) {
|
||||||
|
|||||||
Reference in New Issue
Block a user