Files
Alexander ef63661f12 [llvm-cov] Use JSON streaming instead of in-memory DOM (#192457)
Use JSON streaming to reduce memory consumption.

JSON output changes for Object. Keys order used to be sorted. Keys are now emitted in the order they are encountered in the code. Updated some tests to match changed order of keys.

Fixes #192465
2026-04-29 14:25:57 -05:00
..