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)
llvm-svn: 187502

clang/lib/Driver/Tools.cpp

index eb3c4f8..7eccbb5 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.