Remove stray emacs mode markers in all these files that was causing emacs to

open them in fundamental-mode instead of c++-mode.
Also twiddle whitespace for consistency in ToolChains.cpp.

llvm-svn: 122646
This commit is contained in:
Nick Lewycky 2010-12-31 17:31:54 +00:00
parent 6cc7126ed9
commit 6da90771c4
13 changed files with 14 additions and 14 deletions

View File

@ -1,4 +1,4 @@
//===--- Action.cpp - Abstract compilation steps ------------------------*-===//
//===--- Action.cpp - Abstract compilation steps --------------------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===--- Arg.cpp - Argument Implementations -----------------------------*-===//
//===--- Arg.cpp - Argument Implementations -------------------------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===--- ArgList.cpp - Argument List Management -------------------------*-===//
//===--- ArgList.cpp - Argument List Management ---------------------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===--- Compilation.cpp - Compilation Task Implementation --------------*-===//
//===--- Compilation.cpp - Compilation Task Implementation ----------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===--- DriverOptions.cpp - Driver Options Table -----------------------*-===//
//===--- DriverOptions.cpp - Driver Options Table -------------------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===--- Job.cpp - Command to Execute -----------------------------------*-===//
//===--- Job.cpp - Command to Execute -------------------------------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===--- OptTable.cpp - Option Table Implementation ---------------------*-===//
//===--- OptTable.cpp - Option Table Implementation -----------------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===--- Option.cpp - Abstract Driver Options ---------------------------*-===//
//===--- Option.cpp - Abstract Driver Options -----------------------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===--- Phases.cpp - Transformations on Driver Types -------------------*-===//
//===--- Phases.cpp - Transformations on Driver Types ---------------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===--- Tool.cpp - Compilation Tools -----------------------------------*-===//
//===--- Tool.cpp - Compilation Tools -------------------------------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===--- ToolChain.cpp - Collections of tools for one platform ----------*-===//
//===--- ToolChain.cpp - Collections of tools for one platform ------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===--- ToolChains.cpp - ToolChain Implementations ---------------------*-===//
//===--- ToolChains.cpp - ToolChain Implementations -----------------------===//
//
// The LLVM Compiler Infrastructure
//
@ -1293,7 +1293,7 @@ static LinuxDistro DetectLinuxDistro(llvm::Triple::ArchType Arch) {
return UnknownDistro;
}
Linux::Linux(const HostInfo &Host, const llvm::Triple& Triple)
Linux::Linux(const HostInfo &Host, const llvm::Triple &Triple)
: Generic_ELF(Host, Triple) {
llvm::Triple::ArchType Arch =
llvm::Triple(getDriver().DefaultHostTriple).getArch();

View File

@ -1,4 +1,4 @@
//===--- Types.cpp - Driver input & temporary type information ----------*-===//
//===--- Types.cpp - Driver input & temporary type information ------------===//
//
// The LLVM Compiler Infrastructure
//