mirror of
https://github.com/github/codeql.git
synced 2026-01-05 18:50:23 +01:00
6 lines
122 B
Plaintext
6 lines
122 B
Plaintext
import cpp
|
|
|
|
from Comment c, Element e
|
|
where e = c.getCommentedElement()
|
|
select c, strictcount(c.getCommentedElement()), e
|