[clang] [clang-tools-extra] [Clang] Add a builtin that deduplicate types into a pack (PR #106730)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 6 08:19:55 PDT 2025


================
@@ -25,6 +25,7 @@
 #include "clang/AST/RawCommentList.h"
 #include "clang/AST/SYCLKernelInfo.h"
 #include "clang/AST/TemplateName.h"
+#include "clang/AST/Type.h"
----------------
erichkeane wrote:

What is this needed for?

https://github.com/llvm/llvm-project/pull/106730


More information about the cfe-commits mailing list