[clang] [analyzer][NFC] Merge the `LocationContext` class into the `StackFrame` class (PR #198211)

Balázs Benics via cfe-commits cfe-commits at lists.llvm.org
Wed May 27 06:06:55 PDT 2026


================
@@ -786,20 +771,19 @@ static void printIndicesOfElementsToConstructJson(
   }
 
   if (HasItem)
-    Indent(Out, --Space, IsDot) << ']'; // End of "location_context".
+    Indent(Out, --Space, IsDot) << ']'; // End of "stack_frame".
----------------
steakhal wrote:

I don't think we changed the output spelling.

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


More information about the cfe-commits mailing list