[llvm-commits] [llvm] r170194 - /llvm/trunk/docs/ReleaseNotes.rst
Chandler Carruth
chandlerc at gmail.com
Fri Dec 14 05:22:58 PST 2012
Author: chandlerc
Date: Fri Dec 14 07:22:57 2012
New Revision: 170194
URL: http://llvm.org/viewvc/llvm-project?rev=170194&view=rev
Log:
Provide some actual highlight bullets for Clang.
If anyone has better highlights (I'm obviously biased by the things that
I'm excited about) jump in and add them!
Modified:
llvm/trunk/docs/ReleaseNotes.rst
Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=170194&r1=170193&r2=170194&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Fri Dec 14 07:22:57 2012
@@ -61,7 +61,9 @@
In the LLVM 3.2 time-frame, the Clang team has made many improvements.
Highlights include:
-#. ...
+#. More powerful warnings, especially `-Wuninitialized`
+#. Template type diffing in diagnostic messages
+#. Higher quality and more efficient debug info generation
For more details about the changes to Clang since the 3.1 release, see the
`Clang release notes. <http://clang.llvm.org/docs/ReleaseNotes.html>`_
More information about the llvm-commits
mailing list