[llvm-branch-commits] [clang] [ssaf][UnsafeBufferUsage] Add JSON serialization for UnsafeBufferUsage (PR #187156)
Aviral Goel via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Mar 18 10:07:15 PDT 2026
================
@@ -6,4 +6,5 @@
// CHECK: Registered serialization formats:
// CHECK-EMPTY:
// CHECK-NEXT: 1. json JSON serialization format
-// CHECK-NEXT: Analyses: (none)
+// CHECK-NEXT: Analyses:
+// CHECK-NEXT: 1.1. UnsafeBufferUsage JSON Format info for UnsafeBufferUsageEntitySummary
----------------
aviralg wrote:
I will improve the formatting in a later PR to include a `-` between the name and description of the registered summary. Will update this lit test too when I do that.
https://github.com/llvm/llvm-project/pull/187156
More information about the llvm-branch-commits
mailing list