[clang] [clang-tools-extra] [Clang] Add a builtin that deduplicate types into a pack (PR #106730)
Ilya Biryukov via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 11 10:47:39 PDT 2025
================
@@ -1,5 +1,4 @@
// RUN: %clang_cc1 -fsyntax-only -std=c++11 %s
-// XFAIL: asserts
----------------
ilya-biryukov wrote:
Yes, I managed to hit a similar case in the new testsuite and fixing it also fixed the corresponding assertion.
I was going to follow up with checking all examples from #100095 before writing the release note in a follow-up after this change lands.
https://github.com/llvm/llvm-project/pull/106730
More information about the cfe-commits
mailing list