[clang] [Modules] No transitive source location change (PR #86912)
Chuanqi Xu via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 15 01:05:39 PDT 2024
================
@@ -696,7 +696,7 @@ class ASTReader
/// Mapping from global submodule IDs to the module file in which the
/// submodule resides along with the offset that should be added to the
/// global submodule ID to produce a local ID.
- GlobalSubmoduleMapType GlobalSubmoduleMap;
+ mutable GlobalSubmoduleMapType GlobalSubmoduleMap;
----------------
ChuanqiXu9 wrote:
Oh, I don't know why it remains. Maybe I added during the work progress.
https://github.com/llvm/llvm-project/pull/86912
More information about the cfe-commits
mailing list