r254984 - Update comment to reflect that we use other tools via the toolchain to

Eric Christopher via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 7 17:59:48 PST 2015


Author: echristo
Date: Mon Dec  7 19:59:47 2015
New Revision: 254984

URL: http://llvm.org/viewvc/llvm-project?rev=254984&view=rev
Log:
Update comment to reflect that we use other tools via the toolchain to
handle more than just C.

Modified:
    cfe/trunk/include/clang/Driver/ToolChain.h

Modified: cfe/trunk/include/clang/Driver/ToolChain.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/ToolChain.h?rev=254984&r1=254983&r2=254984&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/ToolChain.h (original)
+++ cfe/trunk/include/clang/Driver/ToolChain.h Mon Dec  7 19:59:47 2015
@@ -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




More information about the cfe-commits mailing list