1
Fork 0
rust/compiler/rustc_mir_transform/src/coverage
Dorian Péron 60ca9b6e29 mcdc-coverage: Get decision_depth from THIR lowering
Use decision context stack to handle nested decisions:
- Introduce MCDCDecisionCtx
- Use a stack of MCDCDecisionCtx to handle nested decisions
2024-04-29 09:13:40 +00:00
..
spans mcdc-coverage: Add decision_depth field in structs 2024-04-29 09:13:40 +00:00
counters.rs Merge WithNumNodes into DirectedGraph 2024-04-14 15:46:40 +00:00
graph.rs Use RPITIT for Successors and Predecessors traits 2024-04-15 13:34:08 +00:00
mod.rs mcdc-coverage: Get decision_depth from THIR lowering 2024-04-29 09:13:40 +00:00
query.rs coverage. Lowering MC/DC statements to llvm-ir 2024-04-20 00:34:40 +08:00
spans.rs mcdc-coverage: Add decision_depth field in structs 2024-04-29 09:13:40 +00:00
tests.rs Merge {With,Graph}{Successors,Predecessors} into {Successors,Predecessors} 2024-04-14 15:48:53 +00:00