r187502 - Fix a comment.
    Hans Wennborg 
    hans at hanshq.net
       
    Wed Jul 31 09:57:56 PDT 2013
    
    
  
Author: hans
Date: Wed Jul 31 11:57:56 2013
New Revision: 187502
URL: http://llvm.org/viewvc/llvm-project?rev=187502&view=rev
Log:
Fix a comment.
Modified:
    cfe/trunk/lib/Driver/Tools.cpp
Modified: cfe/trunk/lib/Driver/Tools.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/Tools.cpp?rev=187502&r1=187501&r2=187502&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/Tools.cpp (original)
+++ cfe/trunk/lib/Driver/Tools.cpp Wed Jul 31 11:57:56 2013
@@ -2718,7 +2718,7 @@ void Clang::ConstructJob(Compilation &C,
   Args.AddLastArg(CmdArgs, options::OPT_w);
 
   // Handle -{std, ansi, trigraphs} -- take the last of -{std, ansi}
-  // (-ansi is equivalent to -std=c89).
+  // (-ansi is equivalent to -std=c89 or -std=c++98).
   //
   // If a std is supplied, only add -trigraphs if it follows the
   // option.
    
    
More information about the cfe-commits
mailing list