Files
codeql/cpp/ql/src/change-notes/released/1.0.0.md
2024-05-28 15:44:32 +00:00

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.