mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
QL code and tests for C#/C++/JavaScript.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import cpp
|
||||
|
||||
from Class c
|
||||
select c,
|
||||
count(VirtualFunction f | f.getDeclaringType() = c),
|
||||
count(PureVirtualFunction f | f.getDeclaringType() = c)
|
||||
|
||||
Reference in New Issue
Block a user