From 0d77006bb7bab077ad3695f95fe4250f1ed38d5e Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 8 Dec 2015 01:59:47 +0000 Subject: [PATCH] Update comment to reflect that we use other tools via the toolchain to handle more than just C. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@254984 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Driver/ToolChain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/Driver/ToolChain.h b/include/clang/Driver/ToolChain.h index 8edda4f408..02538e0a98 100644 --- a/include/clang/Driver/ToolChain.h +++ b/include/clang/Driver/ToolChain.h @@ -186,7 +186,7 @@ public: /// Choose a tool to use to handle the action \p JA. /// /// This can be overridden when a particular ToolChain needs to use - /// a C compiler other than Clang. + /// a compiler other than Clang. virtual Tool *SelectTool(const JobAction &JA) const; // Helper methods -- 2.50.1