================ ---------------- ilovepi wrote:
One alternative is to supply an additional parameter here for the `EndKey` and then each Enum, Function, whatever could use its unique key. IDK if that's the greatest approach, but is probably the smallest delta from what's in tree that won't require rewriting everything. If we only want some to be custom, we can have a default value of `End` and then when serializing the parameter list we could us a unique string. https://github.com/llvm/llvm-project/pull/181417 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
