mirror of
https://github.com/github/codeql.git
synced 2026-07-30 23:13:01 +02:00
7 lines
140 B
Plaintext
7 lines
140 B
Plaintext
import cpp
|
|
|
|
from FunctionDeclarationEntry fde, string imp
|
|
where
|
|
if fde.isImplicit() then imp = "isImplicit" else imp = ""
|
|
select fde, imp
|