We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c9be27 commit 0588e81Copy full SHA for 0588e81
clang/include/clang/Serialization/ASTReader.h
@@ -525,7 +525,7 @@ class ASTReader
525
ContinuousRangeMap<unsigned, ModuleFile*, 64> GlobalSLocEntryMap;
526
527
using GlobalSLocOffsetMapType =
528
- ContinuousRangeMap<unsigned, ModuleFile *, 64>;
+ ContinuousRangeMap<SourceLocation::UIntTy, ModuleFile *, 64>;
529
530
/// A map of reversed (SourceManager::MaxLoadedOffset - SLocOffset)
531
/// SourceLocation offsets to the modules containing them.
0 commit comments