Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 404 Bytes

2021-07-28-remove-incompatability-codeql-cli-2.5.6.md

File metadata and controls

1 lines (1 loc) · 404 Bytes
  • Removed query library incompatibility with CodeQL Standard Library codeql-cli/v2.5.6 and later. A QL class called FixedWidthIntegralType was added to both the CodeQL Standard Library for C++ and to the Coding Standards library. A number of queries added in 0.6.0 included both copies of the library without appropriate namespacing, therefore causing query compilation errors. This has been resolved.