mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
343 B
343 B
0.12.5
New Features
- Added the
PreprocBlock.qlllibrary to this repository. This library offers a view of#if,#elif,#elseand similar directives as a tree with navigable parent-child relationships. - Added a new
ThrowingFunctionabstract class that can be used to model an external function that may throw an exception.