From 69e7692ded200fc5c4afb651603316d7576f863b Mon Sep 17 00:00:00 2001 From: Richard Smith 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 2a1e62fd16..628079978e 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -124,6 +124,7 @@ following are now considered to be of production quality:
  • Lambda expressions
  • Generalized initializers
  • Unrestricted unions
  • +
  • User-defined literals
  • -- 2.50.1