mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
C++: Introduce usertypes for structs and unions
This commit is contained in:
@@ -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"
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user