[clang] [clang][AST] Hash `AttributedType`'s `Attr` by Arguments (PR #200961)

Gábor Horváth via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 8 09:18:52 PDT 2026


================
@@ -14,6 +14,7 @@
 #include "Linkage.h"
 #include "clang/AST/ASTContext.h"
 #include "clang/AST/Attr.h"
+#include "clang/AST/Attrs.inc"
----------------
Xazax-hun wrote:

Nit: is this an intentional change?

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


More information about the cfe-commits mailing list