rust/compiler/rustc_mir_transform/src/coverage
Zalathar 76d8d01604 coverage: Flatten BcbMappingKind into mappings::CodeMapping
Now that branch and MC/DC mappings have been split out into separate types and
vectors, this enum is no longer needed, since it only represents ordinary
"code" regions.

(We can revisit this decision if we ever add support for other region kinds,
such as skipped regions or expansion regions. But at that point, we might just
add new structs/vectors for those kinds as well.)
2024-05-04 11:26:05 +10:00
..
spans coverage: Split off mappings.rs from spans.rs and from_mir.rs 2024-04-30 13:17:21 +10: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
mappings.rs coverage: Flatten BcbMappingKind into mappings::CodeMapping 2024-05-04 11:26:05 +10:00
mod.rs coverage: Flatten BcbMappingKind into mappings::CodeMapping 2024-05-04 11:26:05 +10:00
query.rs coverage. Lowering MC/DC statements to llvm-ir 2024-04-20 00:34:40 +08:00
spans.rs coverage: Flatten BcbMappingKind into mappings::CodeMapping 2024-05-04 11:26:05 +10:00
tests.rs Merge {With,Graph}{Successors,Predecessors} into {Successors,Predecessors} 2024-04-14 15:48:53 +00:00