mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
321 B
321 B
category
| category |
|---|
| feature |
- A new predicate
getDecltypewas added to theProxyClassclass, which yields the decltype for the proxy class. - Template classes that are of
structtype are now also instances of theStructclass. - Template classes that are of
uniontype are now also instances of theUnionclass.