We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 808d443 commit ff1dbdaCopy full SHA for ff1dbda
8_macro_expressions.ql
@@ -1 +1,5 @@
1
+import cpp
2
3
+from MacroInvocation mi
4
+where mi.getMacroName() = "ntohs" or mi.getMacroName() = "ntohl" or mi.getMacroName() = "ntohll"
5
+select mi.getExpr(), "macro invokation found"
0 commit comments