We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4349da6 commit 99a5245Copy full SHA for 99a5245
1 file changed
cpp/common/src/codingstandards/cpp/Identifiers.qll
@@ -291,7 +291,7 @@ private module IdentifierIntroductionImpl {
291
// A template parameter may itself be a template (`template <template<typename> class T>`).
292
// The inner template parameter `template<typename>` is anonymous and does not introduce an
293
// identifier.
294
- not type.(TemplateParameter).isAnonymous()
+ not type.(TypeTemplateParameter).isAnonymous()
295
or
296
// In the above case, the template template parameter `T` is incorrectly marked as anonymous
297
// in the database. But it does introduce the identifier `T`, so it must not be excluded.
0 commit comments