mirror of
https://github.com/github/codeql.git
synced 2026-03-30 12:18:18 +02:00
7 lines
113 B
Plaintext
7 lines
113 B
Plaintext
import cpp
|
|
|
|
from Variable v
|
|
select v,
|
|
any(boolean b | if v.isThreadLocal() then b = true else b = false)
|
|
|