summaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2012-04-05 00:47:38 +0000
committerDavid Blaikie <dblaikie@gmail.com>2012-04-05 00:47:38 +0000
commitf76e7f740abc3e90e5b225b63882c97344f9aa42 (patch)
treee4b4e12e5bc0115550b2aa875b52694717169d33 /docs/ReleaseNotes.html
parent69f50e7f29766ce76e79c69c38302ba654202377 (diff)
RelNote improvements made to -Wliteral-conversion by r141955.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154071 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index e278142c88..7ac6b69b49 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -89,7 +89,8 @@ Clang's support for those languages.</p>
<p>New: <code>-Wdangling-else</code>, <code>-Wstrncat-size</code>, ...</p>
-<p>Improved: <code>-Wformat</code>, <code>-Wempty-body</code>, ...</p>
+<p>Improved: <code>-Wformat</code>, <code>-Wempty-body</code>,
+<code>-Wliteral-conversion</code>, ...</p>
<h4 id="tooling">Tooling</h4>
<!-- FIXME: add a link to the tooling documentation once that's written. -->