From: Chandler Carruth
Date: Mon, 28 Nov 2011 22:06:59 +0000 (+0000)
Subject: Peter says this shouldn't make it to the relnotes, it's too immature at
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bfa55258fd796fa40fb32a77ac8e26a490b7f474;p=clang
Peter says this shouldn't make it to the relnotes, it's too immature at
this stage.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145286 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index e2299319d3..72f738fa25 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -145,7 +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
- Initial steps of CUDA support -- Peter
Atomic builtins and C1X specifiers using the new LLVM atomic instructions
and memory model -- efriedma, jyasskin