Fix incorrect filenames in headers.

This commit is contained in:
practicalswift
2015-12-20 23:59:05 +01:00
parent e37988a4a4
commit 176f487d76
42 changed files with 42 additions and 42 deletions

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -1,4 +1,4 @@
//===--- UUID.h - UUID generation -----------------------------------------===// //===--- UUID.cpp - UUID generation -----------------------------------------===//
// //
// This source file is part of the Swift.org open source project // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -1,4 +1,4 @@
//===--- Markup.h - Markup ------------------------------------------------===// //===--- Markup.cpp - Markup ------------------------------------------------===//
// //
// This source file is part of the Swift.org open source project // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -1,4 +1,4 @@
//===--- DarwinExtras.swift -----------------------------------------------===// //===--- Subprocess.swift -----------------------------------------------===//
// //
// This source file is part of the Swift.org open source project // This source file is part of the Swift.org open source project
// //

View File

@@ -1,4 +1,4 @@
//===--- DarwinExtras.swift -----------------------------------------------===// //===--- SwiftPrivateDarwinExtras.swift -----------------------------------------------===//
// //
// This source file is part of the Swift.org open source project // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //

View File

@@ -1,5 +1,5 @@
%# -*- mode: swift -*- %# -*- mode: swift -*-
//===--- Array.swift ------------------------------------------------------===// //===--- NewArray.swift ------------------------------------------------------===//
// //
// This source file is part of the Swift.org open source project // This source file is part of the Swift.org open source project
// //

View File

@@ -1,4 +1,4 @@
//===--- Concurrency.h - -----------------------------------------*- C++ -*-==// //===--- FuzzyStringMatcher.h - -----------------------------------------*- C++ -*-==//
// //
// This source file is part of the Swift.org open source project // This source file is part of the Swift.org open source project
// //

View File

@@ -1,4 +1,4 @@
//===--- SwiftEditorIntefaceGen.cpp ---------------------------------------===// //===--- SwiftEditorInterfaceGen.cpp ---------------------------------------===//
// //
// This source file is part of the Swift.org open source project // This source file is part of the Swift.org open source project
// //

View File

@@ -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 // This source file is part of the Swift.org open source project
// //