Files
codeql/cpp/ql/lib/change-notes/2025-01-13-struct-proxy.md
2025-01-15 11:38:09 +01:00

321 B

category
category
feature
  • A new predicate getDecltypewas added to the ProxyClass class, which yields the decltype for the proxy class.
  • Template classes that are of struct type are now also instances of the Struct class.
  • Template classes that are of union type are now also instances of the Union class.