C++: Introduce usertypes for structs and unions

This commit is contained in:
Jeroen Ketema
2025-01-13 14:49:25 +01:00
parent 060161cd5e
commit 537feddf06
10 changed files with 16 additions and 28 deletions

View File

@@ -21,7 +21,7 @@ string kindstr(Class c) {
or
kind = 2 and result = "Class"
or
kind = 6 and result = "Template class"
kind = [15, 16] and result = "Template class"
)
}