mirror of
https://github.com/github/codeql-action.git
synced 2026-04-26 16:58:47 +00:00
11 lines
160 B
Plaintext
11 lines
160 B
Plaintext
/**
|
|
* @name Show Cpp Ifs
|
|
* @description Show Cpp Ifs
|
|
* @kind problem
|
|
* @id inrepo-cpp-querypack/show-ifs
|
|
*/
|
|
|
|
import cpp
|
|
|
|
from IfStmt i
|
|
select i, "hello if" |