[Serialization] Use the SourceLocation::UIntTy instead of the raw type

for the offset, NFC
This commit is contained in:
Haojian Wu
2025-07-02 09:09:26 +02:00
parent 6c9be27b52
commit 0588e8188c

View File

@@ -525,7 +525,7 @@ private:
ContinuousRangeMap<unsigned, ModuleFile*, 64> GlobalSLocEntryMap;
using GlobalSLocOffsetMapType =
ContinuousRangeMap<unsigned, ModuleFile *, 64>;
ContinuousRangeMap<SourceLocation::UIntTy, ModuleFile *, 64>;
/// A map of reversed (SourceManager::MaxLoadedOffset - SLocOffset)
/// SourceLocation offsets to the modules containing them.