Commit 3c820dcd by Jason Merrill

fix Wnoexcept typo

From-SVN: r160859
parent 67ad2ae7
......@@ -343,7 +343,7 @@ Warn about \"extern\" declarations not at file scope
Wnoexcept
C++ ObjC++ Var(warn_noexcept) Warning
Warn when a noexcept expression evaluates to true even though the expression can't actually throw
Warn when a noexcept expression evaluates to false even though the expression can't actually throw
Wnon-template-friend
C++ ObjC++ Var(warn_nontemplate_friend) Init(1) Warning
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment