[clang] [C++20][Modules] Load function body from the module that gives canonical decl (PR #111992)
Dmitry Polukhin via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 17 06:59:40 PDT 2024
dmpolukhin wrote:
> Thanks for the analysis. I feel (2) is easier to me IIUC. I feel it is a natural extension of your previous work. WDYT?
I implemented this approach and it works. I tried to limit eager deserialization to the minimal set of functions (at the moment it is friend inline friend functions). PTAL.
https://github.com/llvm/llvm-project/pull/111992
More information about the cfe-commits
mailing list