[PATCH] D97204: [RFC] Clang 64-bit source locations

Sam Elliott via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 20 02:08:08 PDT 2022


lenary added a comment.
Herald added a project: All.

Some of this patch set has been broken by https://reviews.llvm.org/D125403 and https://reviews.llvm.org/D125952 - which are size optimisations for PCH encodings of source locations. The biggest issue is new line 90 of `clang/include/clang/Serialization/SourceLocationEncoding.h` in the first patch.

I see the mini-patches in @simon_tatham's last comment have not unblocked this patch as much as was hoped, but maybe this comment can act as a reverse-ping?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97204/new/

https://reviews.llvm.org/D97204



More information about the llvm-commits mailing list