]> granicus.if.org Git - clang/commitdiff
Remove stray emacs mode markers in all these files that was causing emacs to
authorNick Lewycky <nicholas@mxc.ca>
Fri, 31 Dec 2010 17:31:54 +0000 (17:31 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Fri, 31 Dec 2010 17:31:54 +0000 (17:31 +0000)
open them in fundamental-mode instead of c++-mode.
Also twiddle whitespace for consistency in ToolChains.cpp.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122646 91177308-0d34-0410-b5e6-96231b3b80d8

13 files changed:
lib/Driver/Action.cpp
lib/Driver/Arg.cpp
lib/Driver/ArgList.cpp
lib/Driver/Compilation.cpp
lib/Driver/DriverOptions.cpp
lib/Driver/Job.cpp
lib/Driver/OptTable.cpp
lib/Driver/Option.cpp
lib/Driver/Phases.cpp
lib/Driver/Tool.cpp
lib/Driver/ToolChain.cpp
lib/Driver/ToolChains.cpp
lib/Driver/Types.cpp

index f34971bfa0c74e969879faf4a51ab1eba0107e9f..549ce0a7f41bdd94e6ae92f0951771818c821b2a 100644 (file)
@@ -1,4 +1,4 @@
-//===--- Action.cpp - Abstract compilation steps ------------------------*-===//
+//===--- Action.cpp - Abstract compilation steps --------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 83d0d26c256da4f75bff3b56f55ee51d558b257c..f1177cf97e283fa1acf646d5b860fcbc79bda2c9 100644 (file)
@@ -1,4 +1,4 @@
-//===--- Arg.cpp - Argument Implementations -----------------------------*-===//
+//===--- Arg.cpp - Argument Implementations -------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index f52c25ac101baf91d6389c9c7f2c452b89ab15cc..596e2a7529cb4f2aaa16eb22fd11a13dbecc67ba 100644 (file)
@@ -1,4 +1,4 @@
-//===--- ArgList.cpp - Argument List Management -------------------------*-===//
+//===--- ArgList.cpp - Argument List Management ---------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 6626febc53e97feff5bbbc4c4f2bd470009946a9..5619212d38bb4cf6d3be2f0f57b41019108f1785 100644 (file)
@@ -1,4 +1,4 @@
-//===--- Compilation.cpp - Compilation Task Implementation --------------*-===//
+//===--- Compilation.cpp - Compilation Task Implementation ----------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 72aaf56ad3e18af1990fd8b339a85fdc93cec1a9..f2d9af86d08d0df942be1e262957b3ccd5eca3bd 100644 (file)
@@ -1,4 +1,4 @@
-//===--- DriverOptions.cpp - Driver Options Table -----------------------*-===//
+//===--- DriverOptions.cpp - Driver Options Table -------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index fa7d0607728e7cecefe0579185b855291d670a06..51055e93f55898452b4debeb82fd9bb9938023eb 100644 (file)
@@ -1,4 +1,4 @@
-//===--- Job.cpp - Command to Execute -----------------------------------*-===//
+//===--- Job.cpp - Command to Execute -------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index d919c661d7dc2a9b484ef36ebb129b750b3e4ccb..c3d3048c12fef6ff61ad521ab5e9eb795860d4a5 100644 (file)
@@ -1,4 +1,4 @@
-//===--- OptTable.cpp - Option Table Implementation ---------------------*-===//
+//===--- OptTable.cpp - Option Table Implementation -----------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 5396250dfae175c2489af2675300689da71e81d6..a992cef3d239b2d0b1c951843ca83e07fb04f505 100644 (file)
@@ -1,4 +1,4 @@
-//===--- Option.cpp - Abstract Driver Options ---------------------------*-===//
+//===--- Option.cpp - Abstract Driver Options -----------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index df4cdee77500cd2349ed917fdeaab6054094229b..f36000214ab0dd68f69466277e9c94e0e9269a9f 100644 (file)
@@ -1,4 +1,4 @@
-//===--- Phases.cpp - Transformations on Driver Types -------------------*-===//
+//===--- Phases.cpp - Transformations on Driver Types ---------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index fe01531d9a2aa70252a9fbde59820478a58d6d15..b93864ff8bf21ae4d667625da54d232e96ff27bf 100644 (file)
@@ -1,4 +1,4 @@
-//===--- Tool.cpp - Compilation Tools -----------------------------------*-===//
+//===--- Tool.cpp - Compilation Tools -------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 755202ae38897398df4d967f58111bb2ca416a1b..e4051a165b2da5fb944451d00d83ff8ee3e9f5a5 100644 (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
 //
index e292c8fbba5a309a3577c193e919c80c40824f08..0ae5d10b6eba3e7baf9a0ae444d9e06c988f3a17 100644 (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::TripleTriple)
+Linux::Linux(const HostInfo &Host, const llvm::Triple &Triple)
   : Generic_ELF(Host, Triple) {
   llvm::Triple::ArchType Arch =
     llvm::Triple(getDriver().DefaultHostTriple).getArch();
index c677149a76ae06a1c7d4c726228265fd4093f5f1..4a4312b77fc906fcc9aa520cc276b2716b1ef823 100644 (file)
@@ -1,4 +1,4 @@
-//===--- Types.cpp - Driver input & temporary type information ----------*-===//
+//===--- Types.cpp - Driver input & temporary type information ------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //