mirror of
https://github.com/github/codeql.git
synced 2026-05-15 03:39:32 +02:00
Add justfiles for C++ following the pattern of other ported languages (go, rust, swift). Move consistency queries from semmle-code's semmlecode-cpp-consistency-queries/ to ql/cpp/ql/consistency-queries/. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
6 lines
75 B
Plaintext
6 lines
75 B
Plaintext
import cpp
|
|
|
|
from Element e
|
|
where e.toString().matches("%(null)%")
|
|
select e
|