mirror of
https://github.com/github/codeql.git
synced 2026-06-11 16:01:09 +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
|