[llvm-branch-commits] [clang] [Serialization] No transitive identifier change (PR #92085)
Chuanqi Xu via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon May 27 00:33:06 PDT 2024
================
@@ -124,7 +124,7 @@ struct HeaderFileInfo {
/// This ID number will be non-zero when there is a controlling
/// macro whose IdentifierInfo may not yet have been loaded from
/// external storage.
- unsigned ControllingMacroID = 0;
+ uint64_t ControllingMacroID = 0;
----------------
ChuanqiXu9 wrote:
Done by adding `LazyIdentifierInfoPtr` to `ExternalPreprocessorSource.h`.
https://github.com/llvm/llvm-project/pull/92085
More information about the llvm-branch-commits
mailing list