[clang] [clang][CodeCoverage] Fix conditional-operator test (PR #82192)

2024-02-18 Thread David Tellenbach via cfe-commits
https://github.com/dtellenbach closed https://github.com/llvm/llvm-project/pull/82192 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][CodeCoverage] Fix conditional-operator test (PR #82192)

2024-02-18 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: David Tellenbach (dtellenbach) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/82192.diff 1 Files Affected: - (modified) clang/test/CoverageMapping/conditional-operator.c (+1-1) ``diff diff --git a/clang/tes

[clang] [clang][CodeCoverage] Fix conditional-operator test (PR #82192)

2024-02-18 Thread David Tellenbach via cfe-commits
https://github.com/dtellenbach created https://github.com/llvm/llvm-project/pull/82192 None >From 23b311470d4609fa394bc51b6fce8af83aeff022 Mon Sep 17 00:00:00 2001 From: David Tellenbach Date: Sun, 18 Feb 2024 14:46:43 -0800 Subject: [PATCH] [clang][CodeCoverage] Fix conditional-operator test