Files
actions/github/codeql-action-v1/tests/multi-language-repo/codeql-qlpacks/cpp-qlpack/show_ifs.ql

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"