[llvm-branch-commits] [clang] PR for llvm/llvm-project#80285 (PR #80356)

2024-02-01 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/80356 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] PR for llvm/llvm-project#80285 (PR #80356)

2024-02-01 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/80356 >From 3eaa7f3c44597e1027e29ffecb83e374fb7fa52c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hana=20Dus=C3=ADkov=C3=A1?= Date: Thu, 1 Feb 2024 23:31:32 +0100 Subject: [PATCH] [coverage] fix crash in code coverage and

[llvm-branch-commits] [clang] PR for llvm/llvm-project#80285 (PR #80356)

2024-02-01 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/80356 >From 52eda804ee7b112f221b37339cb05156342dac25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hana=20Dus=C3=ADkov=C3=A1?= Date: Thu, 1 Feb 2024 23:31:32 +0100 Subject: [PATCH] [coverage] fix crash in code coverage and

[llvm-branch-commits] [clang] PR for llvm/llvm-project#80285 (PR #80356)

2024-02-01 Thread via llvm-branch-commits
https://github.com/cor3ntin approved this pull request. https://github.com/llvm/llvm-project/pull/80356 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] PR for llvm/llvm-project#80285 (PR #80356)

2024-02-01 Thread via llvm-branch-commits
cor3ntin wrote: This fixes a regression introduced in clang 18, ship it https://github.com/llvm/llvm-project/pull/80356 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-

[llvm-branch-commits] [clang] PR for llvm/llvm-project#80285 (PR #80356)

2024-02-01 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang-codegen Author: None (llvmbot) Changes resolves llvm/llvm-project#80285 --- Full diff: https://github.com/llvm/llvm-project/pull/80356.diff 2 Files Affected: - (modified) clang/lib/CodeGen/CoverageMappingGen.cpp (+4-2) - (modified) clang/test/

[llvm-branch-commits] [clang] PR for llvm/llvm-project#80285 (PR #80356)

2024-02-01 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: None (llvmbot) Changes resolves llvm/llvm-project#80285 --- Full diff: https://github.com/llvm/llvm-project/pull/80356.diff 2 Files Affected: - (modified) clang/lib/CodeGen/CoverageMappingGen.cpp (+4-2) - (modified) clang/test/Coverage

[llvm-branch-commits] [clang] PR for llvm/llvm-project#80285 (PR #80356)

2024-02-01 Thread via llvm-branch-commits
llvmbot wrote: @cor3ntin What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/80356 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listi

[llvm-branch-commits] [clang] PR for llvm/llvm-project#80285 (PR #80356)

2024-02-01 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/80356 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] PR for llvm/llvm-project#80285 (PR #80356)

2024-02-01 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/80356 resolves llvm/llvm-project#80285 >From ce2dd202c4e8276a21fdba2d8dd9f8075ed357c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hana=20Dus=C3=ADkov=C3=A1?= Date: Thu, 1 Feb 2024 23:31:32 +0100 Subject: [PATCH] [coverag