We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b2888c commit c29d0b7Copy full SHA for c29d0b7
cpp/ql/lib/semmle/code/cpp/headers/PreprocBlock.qll
@@ -1,3 +1,10 @@
1
+/**
2
+ * This library offers a view of preprocessor branches (`#if`, `#ifdef`,
3
+ * `#ifndef`, `#elif` and `#else`) as blocks of code between the opening and
4
+ * closing directives, with navigable parent-child relationships to other
5
+ * blocks. The main class is `PreprocessorBlock`.
6
+ */
7
+
8
import cpp
9
10
/**
0 commit comments