Merge pull request #15476 from geoffw0/preprocblock

C++: Add PreprocBlock.qll library
This commit is contained in:
Mathias Vorreiter Pedersen
2024-02-02 15:06:17 +00:00
committed by GitHub
8 changed files with 224 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
category: feature
---
* Added the `PreprocBlock.qll` library to this repository. This library offers a view of `#if`, `#elif`, `#else` and similar directives as a tree with navigable parent-child relationships.