Files
codeql/go/ql/lib
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-11-26 22:25:53 +00:00
2024-11-26 14:48:20 +00:00
2024-10-08 19:23:20 +01:00
2024-10-08 19:23:20 +01:00
2024-08-08 17:03:53 +01:00