mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
7 lines
321 B
Markdown
7 lines
321 B
Markdown
---
|
|
category: feature
|
|
---
|
|
* A new predicate `getDecltype`was 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.
|