From a10adf5fdba4c23f87e9cbb1f59e5f2b54df816b Mon Sep 17 00:00:00 2001
From: Benjamin Kramer
Date: Sun, 13 May 2012 10:40:08 +0000
Subject: [PATCH] Outline some clang 3.1 highlights off the top of my head.
llvm-svn: 156736
---
llvm/docs/ReleaseNotes.html | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 160a1c42c6ab..95d005a7f857 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -94,13 +94,20 @@ Release Notes.
production-quality compiler for C, Objective-C, C++ and Objective-C++ on x86
(32- and 64-bit), and for Darwin/ARM targets.
-In the LLVM 3.1 time-frame, the Clang team has made many improvements:
+In the LLVM 3.1 time-frame, the Clang team has made many improvements.
+ Highlights include:
- - C++11 support is greatly expanded including lambdas, initializer lists, constexpr, user-defined literals, and atomics.
- - ...
+ - Greatly expanded C++11
+ support including lambdas, initializer lists, constexpr, user-defined
+ literals, and atomics.
+ - A new tooling
+ library to ease building of clang-based standalone tools.
+ - Extended support for
+ literals in
+ Objective C.
- For more details about the changes to Clang since the 2.9 release, see the
+
For more details about the changes to Clang since the 3.0 release, see the
Clang release notes