This website requires JavaScript.
Explore
Help
Register
Sign In
hohn
/
codeql
Watch
1
Star
0
Fork
0
You've already forked codeql
mirror of
https://github.com/github/codeql.git
synced
2026-06-25 14:47:04 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f5eef7d3d7cb9ca5049443cfc5a3488507616464
codeql
/
cpp
/
ql
/
test
/
library-tests
/
dataflow
/
dataflow-tests
History
Mathias Vorreiter Pedersen
8585bb616d
C++: Some writes are always certain regardless of the address.
2026-05-13 13:14:13 +01:00
..
acrossLinkTargets.cpp
…
BarrierGuard.cpp
C++: Delete incorrect comment and add a bunch of barrier guard tests.
2025-09-25 12:56:46 +01:00
clang.cpp
…
dataflow-consistency.expected
C++: Add a FP caused by missing certainty around SSA writes from Uninitialized instructions.
2026-05-13 13:07:56 +01:00
dataflow-consistency.ql
…
dataflow-ir-consistency.expected
…
dataflow-ir-consistency.ql
…
dispatch.cpp
…
example.c
…
flowOut.cpp
…
globals.cpp
…
guard-condition-regression-test.cpp
…
guard-condition-regression-test.expected
…
guard-condition-regression-test.ql
…
has-parameter-flow-out.expected
…
has-parameter-flow-out.ql
…
lambdas.cpp
…
localFlow-ir.expected
C++: Make 'toString' on 'Ssa::Definition' more clear.
2026-05-13 13:09:01 +01:00
localFlow-ir.ql
…
localFlow.expected
…
localFlow.ql
…
ref.cpp
…
self_argument_flow.cpp
…
self_parameter_flow.cpp
…
self-Iterator.cpp
…
test_self_argument_flow.expected
…
test_self_argument_flow.ql
…
test_self_parameter_flow.expected
…
test_self_parameter_flow.ql
…
test-number-of-outnodes.expected
…
test-number-of-outnodes.ql
…
test-source-sink.expected
C++: Some writes are always certain regardless of the address.
2026-05-13 13:14:13 +01:00
test-source-sink.ql
…
test.cpp
C++: Some writes are always certain regardless of the address.
2026-05-13 13:14:13 +01:00
test.expected
…
test.ql
…
TestBase.qll
…
true_upon_entry.cpp
…
type-bugs.expected
C++: Exclude flow summaries from 'irTypeBugs'.
2026-03-30 11:04:42 +01:00
type-bugs.ql
Update cpp/ql/test/library-tests/dataflow/dataflow-tests/type-bugs.ql
2026-03-30 11:26:24 +01:00
uninitialized.expected
C++: Add a FP caused by missing certainty around SSA writes from Uninitialized instructions.
2026-05-13 13:07:56 +01:00
uninitialized.ql
…
winmain.cpp
…