Skip to content

Commit 2cf3ab8

Browse files
committed
Rename filenames containing PointerBounds
1 parent 072066b commit 2cf3ab8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+3
-3
lines changed

lib/Macros/Sources/SwiftMacros/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ add_swift_macro_library(SwiftMacros
1616
DistributedResolvableMacro.swift
1717
SyntaxExtensions.swift
1818
TaskLocalMacro.swift
19-
PointerBoundsMacro.swift
19+
SwiftifyImportMacro.swift
2020
SWIFT_DEPENDENCIES
2121
SwiftDiagnostics
2222
SwiftSyntax

stdlib/public/core/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ split_embedded_sources(
230230
EMBEDDED Int128.swift
231231
EMBEDDED Mirror.swift
232232
NORMAL PlaygroundDisplay.swift
233-
EMBEDDED PointerBounds.swift
233+
EMBEDDED SwiftifyImport.swift
234234
NORMAL CommandLine.swift
235235
EMBEDDED SliceBuffer.swift
236236
EMBEDDED StaticBigInt.swift

stdlib/public/core/GroupInfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
],
191191
"Pointer": [
192192
"Pointer.swift",
193-
"PointerBounds.swift",
193+
"SwiftifyImport.swift",
194194
"TemporaryAllocation.swift",
195195
"UnsafePointer.swift",
196196
"UnsafeRawPointer.swift",

0 commit comments

Comments
 (0)