mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
docs: address first round of review comments on other slides and add intro to ql decks
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import cpp
|
||||
|
||||
class EmptyBlock extends Block {
|
||||
EmptyBlock() {
|
||||
this.isEmpty()
|
||||
}
|
||||
}
|
||||
|
||||
from IfStmt ifStmt
|
||||
where ifstmt.getThen() instanceof EmptyBlock
|
||||
select ifstmt
|
||||
Reference in New Issue
Block a user