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.
2 parents 75deab6 + 87d2d0f commit 84dd586Copy full SHA for 84dd586
lib/IDE/CMakeLists.txt
@@ -4,7 +4,7 @@ add_swift_library(swiftIDE STATIC
4
CommentConversion.cpp
5
Formatting.cpp
6
ModuleInterfacePrinting.cpp
7
- ReconstructType.cpp
+ TypeReconstruction.cpp
8
REPLCodeCompletion.cpp
9
SwiftSourceDocInfo.cpp
10
SyntaxModel.cpp
lib/IDE/ReconstructType.cpp renamed to lib/IDE/TypeReconstruction.cpp
@@ -1,4 +1,4 @@
1
-//===--- ReconstructType.cpp ----------------------------------------------===//
+//===--- TypeReconstruction.cpp ----------------------------------------------===//
2
//
3
// This source file is part of the Swift.org open source project
0 commit comments