mirror of
https://github.com/github/codeql.git
synced 2025-12-19 10:23:15 +01:00
4 lines
303 B
Markdown
4 lines
303 B
Markdown
lgtm,codescanning
|
|
* The predicate `Declaration::getSourceDeclaration/0` has been renamed to `Declaration::getUnboundDeclaration/0`.
|
|
This is to avoid confusion, as it has nothing to do with declarations from source code (as opposed to declarations
|
|
in assemblies), but instead has to do with generics. |