Re: [PATCH v2 2/4] llvm-cov: add Clang's MC/DC support

2024-10-02 Thread Wentao Zhang
Hi Nathan, Thanks for your review! See some of my responses below inline. Other comments, including those to [1/4] and [4/4], are acknowledged and will be updated in v3. On 2024-10-01 20:10, Nathan Chancellor wrote: > ... > > maximum value supported by Clang is 32767. According to local experimen

Re: [PATCH v2 2/4] llvm-cov: add Clang's MC/DC support

2024-10-01 Thread Nathan Chancellor
Hi Wentao, On Wed, Sep 04, 2024 at 11:32:43PM -0500, Wentao Zhang wrote: > Add infrastructure to enable Clang's Modified Condition/Decision Coverage > (MC/DC) [1]. > > Clang has added MC/DC support as of its 18.1.0 release. MC/DC is a fine- > grained coverage metric required by many automotive an

[PATCH v2 2/4] llvm-cov: add Clang's MC/DC support

2024-09-04 Thread Wentao Zhang
Add infrastructure to enable Clang's Modified Condition/Decision Coverage (MC/DC) [1]. Clang has added MC/DC support as of its 18.1.0 release. MC/DC is a fine- grained coverage metric required by many automotive and aviation industrial standards for certifying mission-critical software [2]. In th