Files
clang-p2996/clang/unittests/Serialization/SourceLocationEncodingTest.cpp
Haojian Wu e90ab0e342 [Serialization] Remove delta encoding optimization (#145670)
See the discussion in https://github.com/llvm/llvm-project/pull/145529.

This will slightly increase the PCM size (~5%), some data (in-memory
preamble size in clangd):

- SemaExpr.cpp: 77MB  -> 80MB
- FindTarget.cpp: 71MB -> 75MB
2025-06-25 15:50:09 +02:00

1.7 KiB