================
@@ -153,13 +151,14 @@ class SerializationFormat {
 
         static std::string NameStr =
             AnalysisResultT::analysisName().str().str();
-        static typename RegistryT::template Add<ConcreteEntry> Reg(NameStr, 
"");
+        static typename llvm::Registry<Entry>::template Add<ConcreteEntry> Reg(
----------------
steakhal wrote:

I like how ugly it is. Feels nasty even reading it. Good.

https://github.com/llvm/llvm-project/pull/187403
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to