Skip to content

Commit 87d2d0f

Browse files
committed
Rename ReconstructType.cpp to TypeReconstruction.cpp. NFC
1 parent c39da37 commit 87d2d0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/IDE/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ add_swift_library(swiftIDE STATIC
44
CommentConversion.cpp
55
Formatting.cpp
66
ModuleInterfacePrinting.cpp
7-
ReconstructType.cpp
7+
TypeReconstruction.cpp
88
REPLCodeCompletion.cpp
99
SwiftSourceDocInfo.cpp
1010
SyntaxModel.cpp

lib/IDE/ReconstructType.cpp renamed to lib/IDE/TypeReconstruction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- ReconstructType.cpp ----------------------------------------------===//
1+
//===--- TypeReconstruction.cpp ----------------------------------------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

0 commit comments

Comments
 (0)