From: Chandler Carruth
Date: Mon, 28 Nov 2011 22:12:44 +0000 (+0000)
Subject: Create a 3.1 notes section in a comment so that the next batch are a bit
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59abf064092fbcf3b02f24b957d4697cd846e5fa;p=clang
Create a 3.1 notes section in a comment so that the next batch are a bit
easier. Move the CUDA bits and the C1X/C++11 atomics stuff there. We
haven't exposed a __has_feature for the atomic builtins, so none of this
is available yet...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145288 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 72f738fa25..321c86ac1f 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -145,8 +145,6 @@ prose in a section of its own. When doing that, delete the notes.
NRVO for blocks.
Major improvements to the interactions between serializing and
deserializing the AST and the preprocessor -- argiris
- Atomic builtins and C1X specifiers using the new LLVM atomic instructions
- and memory model -- efriedma, jyasskin
The Clang GCC-compatible command-line driver improved dramatically
@@ -282,5 +280,18 @@ tree.
contact us via the
mailing list.
+
+
+
+
+
+