Files
codeql/go/ql
Owen Mansel-Chan 0e94ee81ae Don't getUnderlyingType before looking through pointer type
If `T` is the type of an embedded field, it is invalid for `T` to be a
named type defined to be a pointer type (`type T *S`). It is also
invalid for `T` to be a type parameter. So this `getUnderlyingType()` is
redundant.
2024-11-26 22:25:56 +00:00
..
2024-10-02 15:25:36 +01:00
2024-11-26 12:07:32 +00:00
2024-11-26 22:25:47 +00:00