Skip to content

Commit 4cf784b

Browse files
committed
[Driver][NFC] Remove identifier with the comment
MaskRay suggested removal of the identifer in a review for another ToolChain so doing the same for the rest.
1 parent e7247f1 commit 4cf784b

File tree

8 files changed

+9
-8
lines changed

8 files changed

+9
-8
lines changed

clang/lib/Driver/ToolChains/AIX.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace clang {
1616
namespace driver {
1717
namespace tools {
1818

19-
/// aix -- Directly call system default assembler and linker.
19+
/// Directly call system default assembler and linker.
2020
namespace aix {
2121

2222
class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {

clang/lib/Driver/ToolChains/DragonFly.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
namespace clang {
1717
namespace driver {
1818
namespace tools {
19-
/// dragonfly -- Directly call GNU Binutils assembler and linker
19+
20+
/// Directly call GNU Binutils assembler and linker
2021
namespace dragonfly {
2122
class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {
2223
public:

clang/lib/Driver/ToolChains/FreeBSD.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace clang {
1717
namespace driver {
1818
namespace tools {
1919

20-
/// freebsd -- Directly call GNU Binutils assembler and linker
20+
/// Directly call GNU Binutils assembler and linker
2121
namespace freebsd {
2222
class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {
2323
public:

clang/lib/Driver/ToolChains/MinGW.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace clang {
2020
namespace driver {
2121
namespace tools {
2222

23-
/// MinGW -- Directly call GNU Binutils assembler and linker
23+
/// Directly call GNU Binutils assembler and linker
2424
namespace MinGW {
2525
class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {
2626
public:

clang/lib/Driver/ToolChains/NetBSD.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace clang {
1717
namespace driver {
1818
namespace tools {
1919

20-
/// netbsd -- Directly call GNU Binutils assembler and linker
20+
/// Directly call GNU Binutils assembler and linker
2121
namespace netbsd {
2222
class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {
2323
public:

clang/lib/Driver/ToolChains/OpenBSD.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace clang {
1818
namespace driver {
1919
namespace tools {
2020

21-
/// openbsd -- Directly call GNU Binutils assembler and linker
21+
/// Directly call GNU Binutils assembler and linker
2222
namespace openbsd {
2323
class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {
2424
public:

clang/lib/Driver/ToolChains/Solaris.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace clang {
1717
namespace driver {
1818
namespace tools {
1919

20-
/// solaris -- Directly call Solaris assembler and linker
20+
/// Directly call Solaris assembler and linker
2121
namespace solaris {
2222
class LLVM_LIBRARY_VISIBILITY Assembler : public gnutools::Assembler {
2323
public:

clang/lib/Driver/ToolChains/ZOS.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace clang {
1616
namespace driver {
1717
namespace tools {
1818

19-
/// zos -- Directly call system default assembler and linker.
19+
/// Directly call system default assembler and linker.
2020
namespace zos {
2121

2222
class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {

0 commit comments

Comments
 (0)