Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clang/lib/Driver/ToolChains/AIX.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace clang {
namespace driver {
namespace tools {

/// aix -- Directly call system default assembler and linker.
/// Directly call system default assembler and linker.
namespace aix {

class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {
Expand Down
3 changes: 2 additions & 1 deletion clang/lib/Driver/ToolChains/DragonFly.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
namespace clang {
namespace driver {
namespace tools {
/// dragonfly -- Directly call GNU Binutils assembler and linker

/// Directly call GNU Binutils assembler and linker
namespace dragonfly {
class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {
public:
Expand Down
2 changes: 1 addition & 1 deletion clang/lib/Driver/ToolChains/FreeBSD.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace clang {
namespace driver {
namespace tools {

/// freebsd -- Directly call GNU Binutils assembler and linker
/// Directly call GNU Binutils assembler and linker
namespace freebsd {
class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {
public:
Expand Down
2 changes: 1 addition & 1 deletion clang/lib/Driver/ToolChains/MinGW.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace clang {
namespace driver {
namespace tools {

/// MinGW -- Directly call GNU Binutils assembler and linker
/// Directly call GNU Binutils assembler and linker
namespace MinGW {
class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {
public:
Expand Down
2 changes: 1 addition & 1 deletion clang/lib/Driver/ToolChains/NetBSD.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace clang {
namespace driver {
namespace tools {

/// netbsd -- Directly call GNU Binutils assembler and linker
/// Directly call GNU Binutils assembler and linker
namespace netbsd {
class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {
public:
Expand Down
2 changes: 1 addition & 1 deletion clang/lib/Driver/ToolChains/OpenBSD.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace clang {
namespace driver {
namespace tools {

/// openbsd -- Directly call GNU Binutils assembler and linker
/// Directly call GNU Binutils assembler and linker
namespace openbsd {
class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {
public:
Expand Down
2 changes: 1 addition & 1 deletion clang/lib/Driver/ToolChains/Solaris.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace clang {
namespace driver {
namespace tools {

/// solaris -- Directly call Solaris assembler and linker
/// Directly call Solaris assembler and linker
namespace solaris {
class LLVM_LIBRARY_VISIBILITY Assembler : public gnutools::Assembler {
public:
Expand Down
2 changes: 1 addition & 1 deletion clang/lib/Driver/ToolChains/ZOS.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace clang {
namespace driver {
namespace tools {

/// zos -- Directly call system default assembler and linker.
/// Directly call system default assembler and linker.
namespace zos {

class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {
Expand Down