From: Eric Christopher Date: Tue, 8 Dec 2015 01:59:47 +0000 (+0000) Subject: Update comment to reflect that we use other tools via the toolchain to X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d77006bb7bab077ad3695f95fe4250f1ed38d5e;p=clang 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 --- 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