[PATCH] D22913: Mention of proper support for "__unaligned" type qualifier in 3.9 clang release notes

Andrey Bokhanko via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 28 04:53:31 PDT 2016


andreybokhanko created this revision.
andreybokhanko added a reviewer: hans.
andreybokhanko added a subscriber: cfe-commits.

This add mention of proper support for "__unaligned" type qualifier in 3.9 clang release notes.

https://reviews.llvm.org/D22913

Files:
  docs/ReleaseNotes.rst

Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -92,6 +92,9 @@
 
 TLS is enabled for Cygwin defaults to -femulated-tls.
 
+Proper support, including correct mangling and overloading, added for
+MS-specific "__unaligned" type qualifier.
+
 
 C Language Changes in Clang
 ---------------------------


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22913.65914.patch
Type: text/x-patch
Size: 402 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160728/7a945687/attachment.bin>


More information about the cfe-commits mailing list