================
@@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
