mirror of
https://github.com/github/codeql.git
synced 2026-08-02 16:32:58 +02:00
511 B
511 B
1.0.0
Breaking Changes
- CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
Minor Analysis Improvements
- The "Use of unique pointer after lifetime ends" query (
cpp/use-of-unique-pointer-after-lifetime-ends) no longer reports an alert when the pointer is converted to a boolean - The "Variable not initialized before use" query (
cpp/not-initialised) no longer reports an alert on static variables.