From 69e7692ded200fc5c4afb651603316d7576f863b Mon Sep 17 00:00:00 2001 From: Richard Smith <richard-llvm@metafoo.co.uk> Date: Fri, 9 Mar 2012 19:09:47 +0000 Subject: [PATCH] Add user-defined literals to release notes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152424 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 2a1e62fd162..628079978e7 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -124,6 +124,7 @@ following are now considered to be of production quality: <li>Lambda expressions</li> <li>Generalized initializers</li> <li>Unrestricted unions</li> + <li>User-defined literals</li> </ul> <!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = --> -- GitLab