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