mirror of
https://github.com/github/codeql.git
synced 2026-05-24 16:17:07 +02:00
Update cpp/ql/lib/semmle/code/cpp/TypedefType.qll
This commit is contained in:
@@ -122,7 +122,7 @@ class AliasTemplateType extends TypeAliasType {
|
||||
* `MyAliasTemplate<int>` and `MyAliasTemplate<long>`:
|
||||
* ```
|
||||
* template<typename T>
|
||||
* using MyAliasTemplate = ;
|
||||
* using MyAliasTemplate = ...;
|
||||
*
|
||||
* MyAliasTemplate<int> instance1;
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user