Files
codeql/cpp/ql/test/library-tests/using-aliases/using-alias.ql
Jonas Jensen c1b26d71c3 C++: getCanonicalQLClass -> getAPrimaryQlClass
Also updated the QLDoc for `getAPrimaryQlClass` to match the Go version.
2020-06-26 13:20:36 +02:00

5 lines
87 B
Plaintext

import cpp
from TypedefType t
select t, t.getAPrimaryQlClass(), t.getUnderlyingType()