mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
C++: Add change note
This commit is contained in:
6
cpp/ql/lib/change-notes/2025-01-13-struct-proxy.md
Normal file
6
cpp/ql/lib/change-notes/2025-01-13-struct-proxy.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
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.
|
||||
Reference in New Issue
Block a user