[llvm-branch-commits] [cfe-branch] r351872 - [docs] Add release notes for notable things I've contributed since last release

Martin Storsjo via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Jan 22 12:41:51 PST 2019


Author: mstorsjo
Date: Tue Jan 22 12:41:51 2019
New Revision: 351872

URL: http://llvm.org/viewvc/llvm-project?rev=351872&view=rev
Log:
[docs] Add release notes for notable things I've contributed since last release

Differential Revision: https://reviews.llvm.org/D57004

Modified:
    cfe/branches/release_80/docs/ReleaseNotes.rst

Modified: cfe/branches/release_80/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_80/docs/ReleaseNotes.rst?rev=351872&r1=351871&r2=351872&view=diff
==============================================================================
--- cfe/branches/release_80/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_80/docs/ReleaseNotes.rst Tue Jan 22 12:41:51 2019
@@ -136,6 +136,9 @@ New Compiler Flags
   instrumenting for gcov-based profiling.
   See the :doc:`UsersManual` for details.
 
+- When using a custom stack alignment, the ``stackrealign`` attribute is now
+  implicitly set on the main function.
+
 - ...
 
 Deprecated Compiler Flags
@@ -179,6 +182,15 @@ Windows Support
   `dllexport` and `dllimport` attributes not apply to inline member functions.
   This can significantly reduce compile and link times. See the `User's Manual
   <UsersManual.html#the-zc-dllexportinlines-option>`_ for more info.
+
+- For MinGW, ``-municode`` now correctly defines ``UNICODE`` during
+  preprocessing.
+
+- For MinGW, clang now produces vtables and RTTI for dllexported classes
+  without key functions. This fixes building Qt in debug mode.
+
+- Allow using Address Sanitizer and Undefined Behaviour Sanitizer on MinGW.
+
 - ...
 
 




More information about the llvm-branch-commits mailing list