mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01: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.