Skip to content

Commit 99a5245

Browse files
committed
Update references to deprecated classes
1 parent 4349da6 commit 99a5245

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/common/src/codingstandards/cpp/Identifiers.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ private module IdentifierIntroductionImpl {
291291
// A template parameter may itself be a template (`template <template<typename> class T>`).
292292
// The inner template parameter `template<typename>` is anonymous and does not introduce an
293293
// identifier.
294-
not type.(TemplateParameter).isAnonymous()
294+
not type.(TypeTemplateParameter).isAnonymous()
295295
or
296296
// In the above case, the template template parameter `T` is incorrectly marked as anonymous
297297
// in the database. But it does introduce the identifier `T`, so it must not be excluded.

0 commit comments

Comments
 (0)