commit | ec99382b5445e605e131ba655cd9726c3626b402 | [log] [tgz] |
---|---|---|
author | Hans Wennborg <hans@hanshq.net> | Wed Jul 31 16:57:56 2013 +0000 |
committer | Hans Wennborg <hans@hanshq.net> | Wed Jul 31 16:57:56 2013 +0000 |
tree | e62bb7e54ff1399364fe67d3a9476332cae9f606 | |
parent | d527154ab3ae287e6467067a15b592154bdb6779 [diff] [blame] |
Fix a comment. llvm-svn: 187502
diff --git a/clang/lib/Driver/Tools.cpp b/clang/lib/Driver/Tools.cpp index eb3c4f8..7eccbb5 100644 --- a/clang/lib/Driver/Tools.cpp +++ b/clang/lib/Driver/Tools.cpp
@@ -2718,7 +2718,7 @@ 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.