docs: address first round of review comments on other slides and add intro to ql decks

This commit is contained in:
james
2019-08-12 15:42:26 +01:00
parent 4c714981f0
commit feb4d26de8
22 changed files with 280 additions and 255 deletions

View File

@@ -0,0 +1,11 @@
import cpp
class EmptyBlock extends Block {
EmptyBlock() {
this.isEmpty()
}
}
from IfStmt ifStmt
where ifstmt.getThen() instanceof EmptyBlock
select ifstmt