TODO comments
Author: LGTM
import cpp
from Comment c
where c.getContents().matches('%TODO%')
select cDescription
Finds comments containing the word 'TODO'
import cpp
from Comment c
where c.getContents().matches('%TODO%')
select cFinds comments containing the word 'TODO'