We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd5e773 commit a3cd668Copy full SHA for a3cd668
cpp/ql/lib/change-notes/2025-01-13-struct-proxy.md
@@ -0,0 +1,6 @@
1
+---
2
+category: feature
3
4
+* A new predicate `getDecltype`was added to the `ProxyClass` class, which yields the decltype for the proxy class.
5
+* Template classes that are of `struct` type are now also instances of the `Struct` class.
6
+* Template classes that are of `union` type are now also instances of the `Union` class.
0 commit comments