Skip to content

Commit 84dd586

Browse files
authored
Merge pull request #3485 from nkcsgexi/master
2 parents 75deab6 + 87d2d0f commit 84dd586

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)