[all-commits] [llvm/llvm-project] 5c8985: clangCodeGen: Introduce `MCDC::State` with `MCDCSt...

NAKAMURA Takumi via All-commits all-commits at lists.llvm.org
Wed Feb 14 00:28:05 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5c8985e7703b013c5df0612c3cbc1d333f4c5fa1
      https://github.com/llvm/llvm-project/commit/5c8985e7703b013c5df0612c3cbc1d333f4c5fa1
  Author: NAKAMURA Takumi <geek4civic at gmail.com>
  Date:   2024-02-14 (Wed, 14 Feb 2024)

  Changed paths:
    M clang/lib/CodeGen/CodeGenPGO.cpp
    M clang/lib/CodeGen/CodeGenPGO.h
    M clang/lib/CodeGen/CoverageMappingGen.cpp
    M clang/lib/CodeGen/CoverageMappingGen.h
    A clang/lib/CodeGen/MCDCState.h

  Log Message:
  -----------
  clangCodeGen: Introduce `MCDC::State` with `MCDCState.h` (#81497)

This packs;
* `BitmapBytes`
* `BitmapMap`
* `CondIDMap`

into `MCDC::State`.




More information about the All-commits mailing list