This API is used by LLDB to attach owning module information to Declarations deserialized from DWARF.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Can you link what code is actually requiring this change? I just went over the patch series and it's not obvious to me what exactly this is used for.
Comment Actions
I seems quite a lot of APIs in Clang are already requiring non-const Modules so I think this is fine to make D75488 possible. Let's ship it