================ @@ -375,10 +390,48 @@ getFunctionKeyImpl(uint32_t ParentContextID, llvm::StringRef Name, return FunctionTableKey(ParentContextID, *NameID); } +template <typename GetIdentifierFn> ---------------- StoeckOverflow wrote:
You are right, i fixed the callback type. I changed this to `llvm::function_ref<std::optional<IdentifierID>(llvm::StringRef)>`. https://github.com/llvm/llvm-project/pull/216148 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
