[clang] [clang][ssaf] Add JSONFormat support for WPASuite (PR #187403)

Aviral Goel via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 6 10:11:31 PDT 2026


================
@@ -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(
----------------
aviralg wrote:

Did all of these.

https://github.com/llvm/llvm-project/pull/187403


More information about the cfe-commits mailing list