mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
434 B
434 B
4.3.0
Deprecated APIs
- The class
BuiltinTypeis now deprecated. Use the new replacementBuiltinTypeEntityinstead. - The class
DeclaredTypeis now deprecated. Use the new replacementDeclaredTypeEntityinstead.
Minor Analysis Improvements
- Previously,
DefinedType.getBaseTypegave the underlying type. It now gives the right hand side of the type declaration, as the documentation indicated that it should.