mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
QL code and tests for C#/C++/JavaScript.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import cpp
|
||||
|
||||
from FunctionPointerIshType t
|
||||
select t.toString(),
|
||||
t.getReturnType().toString(),
|
||||
t.getNumberOfParameters(),
|
||||
t.getAParameterType().toString()
|
||||
|
||||
Reference in New Issue
Block a user