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 ef110cd commit edf41d5Copy full SHA for edf41d5
cpp/common/src/codingstandards/cpp/Scope.qll
@@ -67,6 +67,8 @@ class UserDeclaration extends Declaration {
67
not this.(Variable).isCompilerGenerated() and
68
not this.(Function).isCompilerGenerated() and
69
not this.(Parameter).getFunction().isCompilerGenerated() and
70
+ // will falsely conflict
71
+ not this instanceof ClassTemplateInstantiation and
72
// compiler inferred parameters have name of p#0
73
not this.(Parameter).getName() = "p#0"
74
}
0 commit comments