mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
CPP: Examples Macro.qll.
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
import cpp
|
||||
|
||||
/**
|
||||
* A macro.
|
||||
* A macro. For example, the macro `MYMACRO` in the following code:
|
||||
* ```
|
||||
* #define MYMACRO 1
|
||||
* ```
|
||||
*/
|
||||
class Macro extends PreprocessorDirective, @ppd_define {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user