mirror of
https://github.com/github/codeql.git
synced 2026-05-14 11:19:27 +02:00
425 B
425 B
10.0.0
Breaking Changes
- The deprecated
NonThrowingFunctionclass has been removed, useNonCppThrowingFunctioninstead. - The deprecated
ThrowingFunctionclass has been removed, useAlwaysSehThrowingFunctioninstead.
New Features
- Added a subclass
AutoconfConfigureTestFileofConfigurationTestFilethat represents files created by GNU autoconf configure scripts to test the build configuration.