Skip to content

Commit 176f487

Browse files
Fix incorrect filenames in headers.
1 parent e37988a commit 176f487

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+42
-42
lines changed

include/swift/AST/DiagnosticsSIL.def

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

include/swift/AST/KnownDecls.def

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

include/swift/ASTSectionImporter/ASTSectionImporter.h

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

include/swift/Basic/FileSystem.h

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

include/swift/ClangImporter/ClangImporter.h

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

include/swift/Runtime/HeapObject.h

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

include/swift/SIL/DynamicCasts.h

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

include/swift/SILOptimizer/Analysis/ColdBlockInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- ColdBlocks.h - Fast/slow path analysis for the SIL CFG -*- C++ -*--===//
1+
//===-- ColdBlockInfo.h - Fast/slow path analysis for the SIL CFG -*- C++ -*--===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

lib/AST/DiagnosticEngine.cpp

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

lib/AST/USRGeneration.cpp

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

lib/Basic/Cache.cpp

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

lib/Basic/Darwin/Cache-Mac.cpp

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

lib/Basic/ThreadSafeRefCounted.cpp

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

lib/Basic/UUID.cpp

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

lib/ClangImporter/MacroTable.def

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

lib/IRGen/DebugTypeInfo.cpp

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

lib/IRGen/GenClass.h

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

lib/IRGen/GenType.cpp

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

lib/IRGen/IRGenDebugInfo.cpp

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

lib/LLVMPasses/LLVMARCOpts.cpp

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

lib/Markup/LineList.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- LineList.h - Data structures for Markup parsing ------------------===//
1+
//===--- LineList.cpp - Data structures for Markup parsing ------------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

lib/Markup/Markup.cpp

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

lib/SIL/SILInstructions.cpp

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

lib/SIL/SILWitnessTable.cpp

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

lib/SILGen/ManagedValue.h

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

lib/SILGen/SILGenForeignError.cpp

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

lib/SILOptimizer/Analysis/ColdBlockInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===----- ColdBlocks.cpp - Fast/slow path analysis for the SIL CFG -------===//
1+
//===----- ColdBlockInfo.cpp - Fast/slow path analysis for the SIL CFG -------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

lib/SILOptimizer/Analysis/ValueTracking.cpp

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

lib/SILOptimizer/IPO/ExternalDefsToDecls.cpp

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

lib/SILOptimizer/IPO/LetPropertiesOpts.cpp

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

lib/SILOptimizer/LoopTransforms/LoopRotate.cpp

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

lib/SILOptimizer/UtilityPasses/LoopInfoPrinter.cpp

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

lib/SILOptimizer/Utils/SILSSAUpdater.cpp

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

lib/Sema/CodeSynthesis.cpp

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

lib/Sema/TypeCheckRequest.cpp

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

stdlib/private/SwiftPrivateDarwinExtras/Subprocess.swift

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

stdlib/private/SwiftPrivateDarwinExtras/SwiftPrivateDarwinExtras.swift

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

stdlib/public/runtime/HeapObject.cpp

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

test/1_stdlib/NewArray.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%# -*- mode: swift -*-
2-
//===--- Array.swift ------------------------------------------------------===//
2+
//===--- NewArray.swift ------------------------------------------------------===//
33
//
44
// This source file is part of the Swift.org open source project
55
//

tools/SourceKit/include/SourceKit/Support/FuzzyStringMatcher.h

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

tools/SourceKit/lib/SwiftLang/SwiftEditorInterfaceGen.cpp

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

tools/swift-ide-test/KnownObjCMethods.def

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

0 commit comments

Comments
 (0)