diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2012-12-14 13:22:57 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2012-12-14 13:22:57 +0000 |
| commit | ec86541e9f37e8729fb8f76753fd091cb3392dc6 (patch) | |
| tree | e6829307ce68b9696addc9c998672f47d9a75640 /llvm | |
| parent | 025d64a1b9197dfbd77edc9c04a669836b9257d7 (diff) | |
| download | bcm5719-llvm-ec86541e9f37e8729fb8f76753fd091cb3392dc6.tar.gz bcm5719-llvm-ec86541e9f37e8729fb8f76753fd091cb3392dc6.zip | |
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!
llvm-svn: 170194
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/ReleaseNotes.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index a5922ad9838..d4ffe54e2c2 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/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>`_ |

