File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ add_swift_host_library(swiftSema STATIC
3
3
BuilderTransform.cpp
4
4
CSApply.cpp
5
5
CSBindings.cpp
6
- CSClosure .cpp
6
+ CSSyntacticElement .cpp
7
7
CSGen.cpp
8
8
CSRanking.cpp
9
9
CSSimplify.cpp
Original file line number Diff line number Diff line change 1
- // ===--- CSClosure .cpp - Closures ------------------------------ -----------===//
1
+ // ===--- CSSyntacticElement .cpp - Syntactic Element Constraints -----------===//
2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
5
- // Copyright (c) 2014 - 2018 Apple Inc. and the Swift project authors
5
+ // Copyright (c) 2014 - 2022 Apple Inc. and the Swift project authors
6
6
// Licensed under Apache License v2.0 with Runtime Library Exception
7
7
//
8
8
// See https://swift.org/LICENSE.txt for license information
9
9
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
10
//
11
11
// ===----------------------------------------------------------------------===//
12
12
//
13
- // This file implements constraint generation and solution application for
14
- // closures. It provides part of the implementation of the ConstraintSystem
15
- // class.
13
+ // This file implements SyntacticElement constraint generation and solution
14
+ // application, which is used to type-check the bodies of closures. It provides
15
+ // part of the implementation of the ConstraintSystem class.
16
16
//
17
17
// ===----------------------------------------------------------------------===//
18
18
You can’t perform that action at this time.
0 commit comments