This revision was automatically updated to reflect the committed changes. Closed by commit rL276994: Mention of proper support for "__unaligned" type qualifier in 3.9 clang… (authored by hans).
Changed prior to commit: https://reviews.llvm.org/D22913?vs=65914&id=65943#toc Repository: rL LLVM https://reviews.llvm.org/D22913 Files: cfe/branches/release_39/docs/ReleaseNotes.rst Index: cfe/branches/release_39/docs/ReleaseNotes.rst =================================================================== --- cfe/branches/release_39/docs/ReleaseNotes.rst +++ cfe/branches/release_39/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 ---------------------------
Index: cfe/branches/release_39/docs/ReleaseNotes.rst =================================================================== --- cfe/branches/release_39/docs/ReleaseNotes.rst +++ cfe/branches/release_39/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 ---------------------------
_______________________________________________ cfe-commits mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
