From: Hans Wennborg <hans@hanshq.net>
Date: Wed, 31 Jul 2013 16:57:56 +0000 (+0000)
Subject: Fix a comment.
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=adbb455012fff8c9a72ddf24290d25d035fd056d;p=clang

Fix a comment.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187502 91177308-0d34-0410-b5e6-96231b3b80d8
---

diff --git a/lib/Driver/Tools.cpp b/lib/Driver/Tools.cpp
index eb3c4f8569..7eccbb55cd 100644
--- a/lib/Driver/Tools.cpp
+++ b/lib/Driver/Tools.cpp
@@ -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.