mirror of
https://github.com/github/codeql.git
synced 2026-04-17 21:14:02 +02:00
Since the types in `QualifiedName.qll` are raw db types, callers need to use `underlyingElement` and `unresolveElement` as appropriate. This has no effect right now but will be needed when we switch the AST type hierarchy to `newtype`s.