mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
C++: Move mayBeFromImplicitlyDeclaredFunction to Call
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import cpp
|
||||
|
||||
from Expr e
|
||||
where e.mayBeFromImplicitlyDeclaredFunction()
|
||||
select e
|
||||
from Call c
|
||||
where c.mayBeFromImplicitlyDeclaredFunction()
|
||||
select c
|
||||
|
||||
Reference in New Issue
Block a user