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 0fe91cb commit 46b3f9aCopy full SHA for 46b3f9a
cpp/ql/src/definitions.ql
@@ -13,6 +13,6 @@ where
13
def = definitionOf(e, kind) and
14
// We need to exclude definitions for elements inside template instantiations,
15
// as these often lead to multiple links to definitions from the same source location.
16
- // LGTM does not support this bevaviour.
+ // LGTM does not support this behaviour.
17
not e.isFromTemplateInstantiation(_)
18
select e, def, kind
0 commit comments