[llvm-branch-commits] [cfe-branch] r276994 - Mention of proper support for "__unaligned" type qualifier in 3.9 clang release notes
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jul 28 08:59:18 PDT 2016
Author: hans
Date: Thu Jul 28 10:59:18 2016
New Revision: 276994
URL: http://llvm.org/viewvc/llvm-project?rev=276994&view=rev
Log:
Mention of proper support for "__unaligned" type qualifier in 3.9 clang release notes
Patch by: Andrey Bokhanko <andreybokhanko at gmail.com>
Differential Revision: https://reviews.llvm.org/D22913
Modified:
cfe/branches/release_39/docs/ReleaseNotes.rst
Modified: cfe/branches/release_39/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_39/docs/ReleaseNotes.rst?rev=276994&r1=276993&r2=276994&view=diff
==============================================================================
--- cfe/branches/release_39/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_39/docs/ReleaseNotes.rst Thu Jul 28 10:59:18 2016
@@ -92,6 +92,9 @@ Clang's support for building native Wind
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
---------------------------
More information about the llvm-branch-commits
mailing list