mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
QL code and tests for C#/C++/JavaScript.
This commit is contained in:
7
cpp/ql/test/library-tests/rvalueCast/rvalueCast.ql
Normal file
7
cpp/ql/test/library-tests/rvalueCast/rvalueCast.ql
Normal file
@@ -0,0 +1,7 @@
|
||||
import cpp
|
||||
|
||||
from Function f
|
||||
select f,
|
||||
count(Expr e | f = e.getEnclosingFunction()),
|
||||
count(ErrorExpr e | f = e.getEnclosingFunction())
|
||||
|
||||
Reference in New Issue
Block a user