Skip to content

Commit 9185c05

Browse files
[gardening] Fix inconsistent headers
1 parent 65e9ed2 commit 9185c05

File tree

13 files changed

+14
-16
lines changed

13 files changed

+14
-16
lines changed

include/swift/Basic/LLVMContext.h

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

include/swift/SILOptimizer/Analysis/EpilogueARCAnalysis.h

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

lib/AST/TypeJoinMeet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- TypeJoinjoin.cpp - Swift Type "join" and "meet" -----------------===//
1+
//===--- TypeJoinMeet.cpp - Swift Type "join" and "meet" -----------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

lib/ClangImporter/ClangAdapter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- ClangAdapter.cpp - Interfaces with Clang entities ------*- C++ -*-===//
1+
//===--- ClangAdapter.cpp - Interfaces with Clang entities ----------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

lib/ClangImporter/ImportName.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- ImportName.cpp - Imported Swift names for Clang decls --*- C++ -*-===//
1+
//===--- ImportName.cpp - Imported Swift names for Clang decls ------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

lib/ClangImporter/ImportName.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- ImportName.h - Imported Swift names for Clang decls --*- C++ ---*-===//
1+
//===--- ImportName.h - Imported Swift names for Clang decls ----*- C++ -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

lib/SILOptimizer/Analysis/EpilogueARCAnalysis.cpp

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

lib/SILOptimizer/Transforms/ARCCodeMotion.cpp

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

lib/Sema/ConstraintSystem.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2397,10 +2397,8 @@ class ExprCleaner {
23972397
}
23982398
};
23992399

2400-
/**
2401-
* Count the number of overload sets present
2402-
* in the expression and all of the children.
2403-
*/
2400+
// Count the number of overload sets present
2401+
// in the expression and all of the children.
24042402
class OverloadSetCounter : public ASTWalker {
24052403
unsigned &NumOverloads;
24062404

stdlib/public/SwiftShims/SwiftStdbool.h

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

stdlib/public/core/DropWhile.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- DropWhile.swift.gyb - Lazy views for drop(while:) ----------------===//
1+
//===--- DropWhile.swift.gyb - Lazy views for drop(while:) ----*- swift -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

stdlib/public/core/PrefixWhile.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- PrefixWhile.swift.gyb - Lazy views for prefix(while:) ------------===//
1+
//===-- PrefixWhile.swift.gyb - Lazy views for prefix(while:) -*- swift -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

stdlib/public/runtime/SwiftHashableSupport.h

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

0 commit comments

Comments
 (0)