aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-12-14 13:22:57 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-12-14 13:22:57 +0000
commitd7407cd61ed60dac77c7043d75277ee6400eeeec (patch)
treec0c188cef6407ba80ea4666dc64f512f047e1d12
parente08878efa34b506e6baff04df6c29e65bef24daa (diff)
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! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170194 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index a5922ad983..d4ffe54e2c 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -61,7 +61,9 @@ for Darwin/ARM targets.
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>`_