Files
codeql/cpp/ql/src/change-notes/released/1.3.7.md
2025-03-31 17:35:15 +00:00

321 B

1.3.7

Minor Analysis Improvements

  • Fixed a bug in the models for Microsoft's Active Template Library (ATL).
  • The query "Use of basic integral type" (cpp/jpl-c/basic-int-types) no longer produces alerts for the standard fixed width integer types (int8_t, uint8_t, etc.), and the _Bool and bool types.