Skip to content

Commit 5390f4b

Browse files
committed
C++: Scope tags meant for ide contextual queries
1 parent aa7a0e6 commit 5390f4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpp/ql/src/localDefinitions.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* for jump-to-definition in the code viewer.
55
* @kind definitions
66
* @id cpp/jump-to-definition
7-
* @tags local-definitions
7+
* @tags ide-contextual-queries/local-definitions
88
*/
99

1010
import definitions

cpp/ql/src/localReferences.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* for jump-to-definition in the code viewer.
55
* @kind definitions
66
* @id cpp/jump-to-definition
7-
* @tags local-references
7+
* @tags ide-contextual-queries/local-references
88
*/
99

1010
import definitions

0 commit comments

Comments
 (0)