Skip to content

Commit 63ee0a4

Browse files
authored
Merge pull request #81282 from ludwwwig/update-header-comments
[gardening] Update file header comments for headers in lib
2 parents 0bf1c1f + 39aa950 commit 63ee0a4

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

lib/AST/ConformanceLookupTable.h

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

lib/ClangImporter/SwiftDeclSynthesizer.h

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

lib/Demangling/RemanglerBase.h

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

lib/IRGen/GenericArguments.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- MetadataRequest.cpp - IR generation for metadata requests --------===//
1+
//===--- GenericArguments.h - IR generation for metadata requests ---------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

lib/PrintAsClang/_SwiftStdlibCxxOverlay.h

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

lib/SILOptimizer/FunctionSignatureTransforms/ExistentialTransform.h

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

lib/SILOptimizer/Mandatory/MoveOnlyBorrowToDestructureUtils.h

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

lib/Sema/TypeCheckMacros.h

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

lib/Serialization/SILSerializationFunctionBuilder.h

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

0 commit comments

Comments
 (0)