================
@@ -479,6 +486,7 @@ static void serializeInfo(const ArrayRef<TemplateParamInfo>
&Params,
ParamsArrayRef.push_back(ParamObjVal);
}
Obj["Parameters"] = ParamsArray;
+ customize(Obj, Params.size());
----------------
ilovepi wrote:
Why is this needed if the callback is in place? I'd think only one or the other
would be required.
https://github.com/llvm/llvm-project/pull/181417
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits