[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


================
@@ -3266,6 +3275,22 @@ static void emitAttributes(const RecordKeeper &Records, raw_ostream &OS,
       OS << "}\n\n";
     }
 
+    std::string ProfileSig = "Profile(llvm::FoldingSetNodeID &ID, "
----------------
Xazax-hun wrote:

Nit: this could be a `StringRef`.

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


More information about the cfe-commits mailing list