[clang] remove duplicate ModuleId alias (PR #67899)

2023-10-03 Thread Chuanqi Xu via cfe-commits
https://github.com/ChuanqiXu9 closed https://github.com/llvm/llvm-project/pull/67899 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] remove duplicate ModuleId alias (PR #67899)

2023-10-02 Thread David Stone via cfe-commits
https://github.com/davidstone updated https://github.com/llvm/llvm-project/pull/67899 >From 07dd53a92efe420466b747dae821f892622e621f Mon Sep 17 00:00:00 2001 From: David Stone Date: Sat, 30 Sep 2023 22:30:29 -0600 Subject: [PATCH] [clang] Remove duplicate `ModuleId` alias This alias is already

[clang] remove duplicate ModuleId alias (PR #67899)

2023-10-02 Thread Chuanqi Xu via cfe-commits
https://github.com/ChuanqiXu9 approved this pull request. LGTM. Thanks. https://github.com/llvm/llvm-project/pull/67899 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] remove duplicate ModuleId alias (PR #67899)

2023-10-01 Thread David Stone via cfe-commits
davidstone wrote: @ChuanqiXu9 https://github.com/llvm/llvm-project/pull/67899 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] remove duplicate ModuleId alias (PR #67899)

2023-10-01 Thread David Stone via cfe-commits
https://github.com/davidstone updated https://github.com/llvm/llvm-project/pull/67899 >From 3583e0420b5de21a88f3e7d1289f3b272e680a98 Mon Sep 17 00:00:00 2001 From: David Stone Date: Sat, 30 Sep 2023 22:30:29 -0600 Subject: [PATCH] [clang] Remove duplicate `ModuleId` alias This alias is already

[clang] remove duplicate ModuleId alias (PR #67899)

2023-09-30 Thread David Stone via cfe-commits
davidstone wrote: The description got a little messed up somehow, but should be fixed. https://github.com/llvm/llvm-project/pull/67899 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] remove duplicate ModuleId alias (PR #67899)

2023-09-30 Thread David Stone via cfe-commits
https://github.com/davidstone updated https://github.com/llvm/llvm-project/pull/67899 >From 9bce0ece5bf8adaa094475305c44bcd06cd79e7f Mon Sep 17 00:00:00 2001 From: David Stone Date: Sat, 30 Sep 2023 22:30:29 -0600 Subject: [PATCH] [clang] Remove duplicate `ModuleId` alias This alias is already

[clang] remove duplicate ModuleId alias (PR #67899)

2023-09-30 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-modules Changes [clang] Remove duplicate `ModuleId` alias --- Full diff: https://github.com/llvm/llvm-project/pull/67899.diff 1 Files Affected: - (modified) clang/lib/Lex/ModuleMap.cpp (-2) ``diff diff --git a/clang/lib/Lex/ModuleMap

[clang] remove duplicate ModuleId alias (PR #67899)

2023-09-30 Thread David Stone via cfe-commits
https://github.com/davidstone edited https://github.com/llvm/llvm-project/pull/67899 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] remove duplicate ModuleId alias (PR #67899)

2023-09-30 Thread David Stone via cfe-commits
https://github.com/davidstone created https://github.com/llvm/llvm-project/pull/67899 - [ADT] Guard PagedVector death tests - [InstSimplify] Avoid use of ConstantExpr::getICmp. NFC (#67873) - [RISCV][MC] Recognise that fcvt.d.s with frm != 0b000 is valid (#67555) - [lipo] Support creating Univer