Skip to content

Fix incorrect filenames in headers #692

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 21, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/swift/AST/DiagnosticsSIL.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===- DiagnosticsSILAnalysis.def - Diagnostics Text ------------*- C++ -*-===//
//===- DiagnosticsSIL.def - Diagnostics Text --------------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/AST/KnownDecls.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-- KnownDecl.def - Compiler declaration metaprogramming ----*- C++ -*-===//
//===-- KnownDecls.def - Compiler declaration metaprogramming ---*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/ASTSectionImporter/ASTSectionImporter.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--- ASTSectionImporter.cpp - Import AST Section Modules ---*- C++ -*--===//
//===--- ASTSectionImporter.h - Import AST Section Modules -----*- C++ -*--===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/Basic/FileSystem.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--- FileSystem.cpp - Extra helpers for manipulating files --*- C++ -*-===//
//===--- FileSystem.h - Extra helpers for manipulating files ----*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/ClangImporter/ClangImporter.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--- ClangImporter.cpp - Import Clang Modules --------------*- C++ -*--===//
//===--- ClangImporter.h - Import Clang Modules ----------------*- C++ -*--===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/Runtime/HeapObject.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--- Alloc.h - Swift Language Allocation ABI ---------------*- C++ -*--===//
//===--- HeapObject.h - Swift Language Allocation ABI ----------*- C++ -*--===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/SIL/DynamicCasts.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--- DynamicsCasts.h - SIL dynamic-cast utilities -----------*- C++ -*-===//
//===--- DynamicCasts.h - SIL dynamic-cast utilities ------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/SILOptimizer/Analysis/ColdBlockInfo.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-- ColdBlocks.h - Fast/slow path analysis for the SIL CFG -*- C++ -*--===//
//===-- ColdBlockInfo.h - Fast/slow path analysis for the SIL CFG -*- C++ -*-=//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/AST/DiagnosticEngine.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===- DiagnosticEngine.h - Diagnostic Display Engine -----------*- C++ -*-===//
//===- DiagnosticEngine.cpp - Diagnostic Display Engine ---------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/AST/USRGeneration.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--- USRGeneration.h - Routines for USR generation --------------------===//
//===--- USRGeneration.cpp - Routines for USR generation ------------------===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/Basic/Cache.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--- Cache.h - Caching mechanism implementation -----------------------===//
//===--- Cache.cpp - Caching mechanism implementation --------------------===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/Basic/Darwin/Cache-Mac.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--- Cache.h - Caching mechanism implementation -----------------------===//
//===--- Cache-Mac.cpp - Caching mechanism implementation ----------------===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/Basic/ThreadSafeRefCounted.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--- ThreadSafeRefCounted.h - Thread-safe Refcounting Base ------------===//
//===--- ThreadSafeRefCounted.cpp - Thread-safe Refcounting Base ----------===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/Basic/UUID.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--- UUID.h - UUID generation -----------------------------------------===//
//===--- UUID.cpp - UUID generation ---------------------------------------===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/ClangImporter/MacroTable.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--- SuppressedMacros.def - Macros suppressed during import -*- C++ -*-===//
//===--- MacroTable.def - Macros suppressed during import -------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/IRGen/DebugTypeInfo.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--- DebugTypeInfo.h - Type Info for Debugging --------------*- C++ -*-===//
//===--- DebugTypeInfo.cpp - Type Info for Debugging ------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/IRGen/GenClass.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--- GenStruct.h - Swift IR generation for classes ------------*- C++ -*-===//
//===--- GenClass.h - Swift IR generation for classes -----------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/IRGen/GenType.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--- GenTypes.cpp - Swift IR Generation For Types ---------------------===//
//===--- GenType.cpp - Swift IR Generation For Types ----------------------===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/IRGen/IRGenDebugInfo.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--- IRGenDebugInfo.h - Debug Info Support-----------------------------===//
//===--- IRGenDebugInfo.cpp - Debug Info Support---------------------------===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/LLVMPasses/LLVMARCOpts.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--- Passes.cpp - LLVM Reference Counting Optimizations ---------------===//
//===--- LLVMARCOpts.cpp - LLVM Reference Counting Optimizations ----------===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/Markup/LineList.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--- LineList.h - Data structures for Markup parsing ------------------===//
//===--- LineList.cpp - Data structures for Markup parsing ----------------===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/Markup/Markup.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--- Markup.h - Markup ------------------------------------------------===//
//===--- Markup.cpp - Markup ----------------------------------------------===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/SIL/SILInstructions.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--- SILInstruction.cpp - Instructions for SIL code -------------------===//
//===--- SILInstructions.cpp - Instructions for SIL code ------------------===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/SIL/SILWitnessTable.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--- SILWitnessTable.h - Defines the SILWitnessTable class ------------===//
//===--- SILWitnessTable.cpp - Defines the SILWitnessTable class ----------===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/SILGen/ManagedValue.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--- RValue.h - Exploded RValue Representation --------------*- C++ -*-===//
//===--- ManagedValue.h - Exploded RValue Representation --------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/SILGen/SILGenForeignError.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--- SILGenError.cpp - Error-handling code emission -------------------===//
//===--- SILGenForeignError.cpp - Error-handling code emission ------------===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/SILOptimizer/Analysis/ColdBlockInfo.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===----- ColdBlocks.cpp - Fast/slow path analysis for the SIL CFG -------===//
//===----- ColdBlockInfo.cpp - Fast/slow path analysis for the SIL CFG ----===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/SILOptimizer/Analysis/ValueTracking.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-- ValueTracking.h - SIL Value Tracking Analysis ----------*- C++ -*--===//
//===-- ValueTracking.cpp - SIL Value Tracking Analysis --------*- C++ -*--===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/SILOptimizer/IPO/ExternalDefsToDecls.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--- ExternalDefinitionsToDeclarations.cpp - external defs to decls ---===//
//===--- ExternalDefsToDecls.cpp - external defs to decls -----------------===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/SILOptimizer/IPO/LetPropertiesOpts.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===---------- LetPropertiesOpt.cpp - Optimize let properties ------------===//
//===---------- LetPropertiesOpts.cpp - Optimize let properties -----------===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/SILOptimizer/LoopTransforms/LoopRotate.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--------- LoopSimplify.cpp - Loop structure simplify -*- C++ -*-------===//
//===--------- LoopRotate.cpp - Loop structure simplify -*- C++ -*---------===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/SILOptimizer/UtilityPasses/LoopInfoPrinter.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===------------ LoopInfoPrinter.h - Print SIL Loop Info -*- C++ -*-------===//
//===------------ LoopInfoPrinter.cpp - Print SIL Loop Info -*- C++ -*-----===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/SILOptimizer/Utils/SILSSAUpdater.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===------ SILSSAUpdater.h - Unstructured SSA Update Tool ------*- C++ -*-===//
//===------ SILSSAUpdater.cpp - Unstructured SSA Update Tool ----*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/Sema/CodeSynthesis.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--- TypeCheckDecl.cpp - Type Checking for Declarations ---------------===//
//===--- CodeSynthesis.cpp - Type Checking for Declarations ---------------===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/Sema/TypeCheckRequest.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--- TypeCheckRequest.h - Type Checking Request -----------------------===//
//===--- TypeCheckRequest.cpp - Type Checking Request ---------------------===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion stdlib/private/SwiftPrivateDarwinExtras/Subprocess.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--- DarwinExtras.swift -----------------------------------------------===//
//===--- Subprocess.swift -------------------------------------------------===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--- DarwinExtras.swift -----------------------------------------------===//
//===--- SwiftPrivateDarwinExtras.swift -----------------------------------===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion stdlib/public/runtime/HeapObject.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--- Alloc.cpp - Swift Language ABI Allocation Support ----------------===//
//===--- HeapObject.cpp - Swift Language ABI Allocation Support -----------===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion test/1_stdlib/NewArray.swift.gyb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%# -*- mode: swift -*-
//===--- Array.swift ------------------------------------------------------===//
//===--- NewArray.swift ---------------------------------------------------===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--- Concurrency.h - -----------------------------------------*- C++ -*-==//
//===--- FuzzyStringMatcher.h - ----------------------------------*- C++ -*-==//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion tools/SourceKit/lib/SwiftLang/SwiftEditorInterfaceGen.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--- SwiftEditorIntefaceGen.cpp ---------------------------------------===//
//===--- SwiftEditorInterfaceGen.cpp --------------------------------------===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion tools/swift-ide-test/KnownObjCMethods.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--- KnownMethods.def - Designated Initializers -------------*- C++ -*-===//
//===--- KnownObjCMethods.def - Designated Initializers ---------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down