[clang] [clang-tools-extra] [llvm] [Clang] Add __type_list_dedup builtin to deduplicate types in template arguments (PR #106730)
Ilya Biryukov via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 13 06:09:20 PDT 2024
================
@@ -0,0 +1,57 @@
+// RUN: %clang_cc1 %s -verify
----------------
ilya-biryukov wrote:
Done. I have also added a few tests with arrays and pointers, which should also exhibit a few more combinations of types that subsume qualifiers and could be different when canonical/non-canonical.
https://github.com/llvm/llvm-project/pull/106730
More information about the cfe-commits
mailing list