]> granicus.if.org Git - clang/commitdiff
Update comment to reflect that we use other tools via the toolchain to
authorEric Christopher <echristo@gmail.com>
Tue, 8 Dec 2015 01:59:47 +0000 (01:59 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 8 Dec 2015 01:59:47 +0000 (01:59 +0000)
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

index 8edda4f408faa6ce51ac869240a0901220735fd7..02538e0a98de92d8d9d08f213f69da5431c367fe 100644 (file)
@@ -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 compiler other than Clang.
+  /// a compiler other than Clang.
   virtual Tool *SelectTool(const JobAction &JA) const;
 
   // Helper methods