]> granicus.if.org Git - clang/commitdiff
Fix a comment.
authorHans Wennborg <hans@hanshq.net>
Wed, 31 Jul 2013 16:57:56 +0000 (16:57 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 31 Jul 2013 16:57:56 +0000 (16:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187502 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/Tools.cpp

index eb3c4f8569eeaa96705787dfc54af333d30493e5..7eccbb55cd2a57a6e8d201884d9f1a82cc57117c 100644 (file)
@@ -2718,7 +2718,7 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA,
   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.