Files
codeql/cpp/ql/lib/change-notes/2025-01-07-config.md
2025-01-07 14:21:45 +01:00

5 lines
371 B
Markdown

---
category: feature
---
* A new abstract class `ConfigurationTestFile` (`semmle.code.cpp.ConfigurationTestFile.ConfigurationTestFile`) was introduced, which represents files created to test the build configuration. A subclass `CmakeTryCompileFile` of `ConfigurationTestFile` was also introduced, which represents files created by CMake to test the build configuration.