Skip to content

Commit e094e9f

Browse files
committed
Merge pull request #869 from practicalswift/consistent-headers-again
[gardening] Improve consistency in formatting for top of file headers in the project
2 parents 1f2c865 + fd608f3 commit e094e9f

File tree

90 files changed

+90
-90
lines changed

Some content is hidden

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

90 files changed

+90
-90
lines changed

include/swift/ABI/Compression.h

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

include/swift/ABI/MetadataKind.def

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

include/swift/AST/ClangModuleLoader.h

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

include/swift/AST/ModuleLoader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- ModuleLoader.h - Module Loader Interface ----------- -*- C++ -*- -===//
1+
//===--- ModuleLoader.h - Module Loader Interface ---------------*- 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.h - 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/BlotMapVector.h

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

include/swift/Basic/Program.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- swift/Basic/Program.h ------------------------------------*- C++ -*-===//
1+
//===- Program.h ------------------------------------------------*- 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.h - 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/ClangImporter/ClangImporterOptions.h

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

include/swift/Driver/Driver.h

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

include/swift/Driver/OutputFileMap.h

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

include/swift/Frontend/Frontend.h

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

include/swift/Frontend/SerializedDiagnosticConsumer.h

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

include/swift/Immediate/Immediate.h

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

include/swift/Runtime/Concurrent.h

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

include/swift/Runtime/Config.h

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

include/swift/Runtime/Enum.h

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

include/swift/Runtime/Heap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- Heap.h - Swift Language Heap ABI ----------------------*- C++ -*--===//
1+
//===--- Heap.h - Swift Language Heap ABI -----------------------*- 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-
//===--- HeapObject.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/Runtime/InstrumentsSupport.h

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

include/swift/Runtime/Once.h

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

include/swift/SIL/LoopInfo.h

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

include/swift/SIL/SILDeclRef.h

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

include/swift/SILOptimizer/Analysis/ARCAnalysis.h

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

include/swift/SILOptimizer/Analysis/AliasAnalysis.h

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

include/swift/SILOptimizer/Analysis/Analysis.def

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

include/swift/SILOptimizer/Analysis/BasicCalleeAnalysis.h

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

include/swift/SILOptimizer/Analysis/BottomUpIPAnalysis.h

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

include/swift/SILOptimizer/Analysis/DestructorAnalysis.h

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

include/swift/SILOptimizer/Analysis/DominanceAnalysis.h

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

include/swift/SILOptimizer/Analysis/EscapeAnalysis.h

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

include/swift/SILOptimizer/Analysis/FunctionOrder.h

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

include/swift/SILOptimizer/Analysis/IVAnalysis.h

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

include/swift/SILOptimizer/Analysis/LoopAnalysis.h

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

include/swift/SILOptimizer/Analysis/PostOrderAnalysis.h

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

include/swift/SILOptimizer/Analysis/RCIdentityAnalysis.h

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

include/swift/SILOptimizer/Analysis/SideEffectAnalysis.h

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

include/swift/SILOptimizer/Analysis/ValueTracking.h

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.h - SIL Value Tracking Analysis -----------*- C++ -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

include/swift/SILOptimizer/PassManager/PrettyStackTrace.h

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

include/swift/SILOptimizer/Utils/SCCVisitor.h

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

include/swift/Sema/CodeCompletionTypeChecking.h

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

include/swift/Sema/SourceLoader.h

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

include/swift/Serialization/SerializationOptions.h

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

include/swift/Serialization/SerializedModuleLoader.h

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

include/swift/Serialization/SerializedSILLoader.h

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

include/swift/Serialization/Validation.h

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

include/swift/SwiftDemangle/SwiftDemangle.h

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

lib/AST/ModuleNameLookup.cpp

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

lib/Basic/Default/TaskQueue.inc

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

lib/Basic/Unix/TaskQueue.inc

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

lib/Driver/OutputFileMap.cpp

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

lib/Immediate/ImmediateImpl.h

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

lib/LLVMPasses/ARCEntryPointBuilder.h

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

lib/SIL/Linker.h

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

lib/SIL/LoopInfo.cpp

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

lib/SILOptimizer/ARC/ARCBBState.h

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

lib/SILOptimizer/ARC/RCStateTransition.def

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

lib/SILOptimizer/ARC/RCStateTransition.h

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

lib/SILOptimizer/ARC/RCStateTransitionVisitors.h

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

lib/SILOptimizer/ARC/RefCountState.h

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

lib/SILOptimizer/Analysis/IVAnalysis.cpp

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

lib/SILOptimizer/Analysis/LoopAnalysis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-------------- LoopAnalysis.cpp - SIL Loop Analysis -*- C++ -*--------===//
1+
//===-------------- LoopAnalysis.cpp - SIL Loop Analysis --------*- C++ -*-===//
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.cpp - 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/GlobalOpt.cpp

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

lib/SILOptimizer/LoopTransforms/ArrayBoundsCheckOpts.cpp

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

lib/SILOptimizer/LoopTransforms/LICM.cpp

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

0 commit comments

Comments
 (0)