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 e2495c8 commit a42dd07Copy full SHA for a42dd07
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