[clang] [Serialization] Fix source location data loss during decoding. (PR #145529)

Chuanqi Xu via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 24 23:55:40 PDT 2025


ChuanqiXu9 wrote:

The design is, the higher 32 bits are used for module file index and the lower bits are used for offsets. Could you give a concrete example why the current implementation is problematic?


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


More information about the cfe-commits mailing list