We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0dca29 commit b108047Copy full SHA for b108047
cpp/autosar/src/rules/A16-2-2/PreprocBlock.qll
@@ -43,7 +43,7 @@ class PreprocessorBlock extends @element {
43
* The location spans column `startcolumn` of line `startline` to
44
* column `endcolumn` of line `endline` in file `filepath`.
45
* For more information, see
46
- * [LGTM locations](https://lgtm.com/help/ql/locations).
+ * [CodeQL locations](https://codeql.github.com/docs/writing-codeql-queries/providing-locations-in-codeql-queries/).
47
*/
48
predicate hasLocationInfo(
49
string filepath, int startline, int startcolumn, int endline, int endcolumn
0 commit comments