r247930 - Fixed the comment to match reality.

Artem Belevich via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 17 13:19:34 PDT 2015


Author: tra
Date: Thu Sep 17 15:19:33 2015
New Revision: 247930

URL: http://llvm.org/viewvc/llvm-project?rev=247930&view=rev
Log:
Fixed the comment to match reality.

Modified:
    cfe/trunk/include/clang/Frontend/CompilerInstance.h

Modified: cfe/trunk/include/clang/Frontend/CompilerInstance.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/CompilerInstance.h?rev=247930&r1=247929&r2=247930&view=diff
==============================================================================
--- cfe/trunk/include/clang/Frontend/CompilerInstance.h (original)
+++ cfe/trunk/include/clang/Frontend/CompilerInstance.h Thu Sep 17 15:19:33 2015
@@ -348,7 +348,7 @@ public:
     return *Target;
   }
 
-  /// Replace the current diagnostics engine.
+  /// Replace the current Target.
   void setTarget(TargetInfo *Value);
 
   /// }




More information about the cfe-commits mailing list