mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Replace 'unsigned int' with 'unsigned'
'unsigned' is more idiomatic in LLVM style.
This commit is contained in:
@@ -2444,7 +2444,7 @@ ImmutableTextSnapshotRef SwiftEditorDocument::initializeText(
|
||||
}
|
||||
|
||||
ImmutableTextSnapshotRef SwiftEditorDocument::replaceText(
|
||||
unsigned int Offset, unsigned int Length, llvm::MemoryBuffer *Buf,
|
||||
unsigned Offset, unsigned Length, llvm::MemoryBuffer *Buf,
|
||||
bool ProvideSemanticInfo) {
|
||||
|
||||
llvm::sys::ScopedLock L(Impl.AccessMtx);
|
||||
|
||||
Reference in New Issue
Block a user