[PATCH] D57004: [docs] Add release notes for notable things I've contributed since last release
Martin Storsjö via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 21 01:38:13 PST 2019
mstorsjo created this revision.
mstorsjo added reviewers: rnk, hans.
Repository:
rC Clang
https://reviews.llvm.org/D57004
Files:
docs/ReleaseNotes.rst
Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -136,6 +136,9 @@
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 @@
`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.
+
+- Allow using Address Sanitizer and Undefined Behaviour Sanitizer on MinGW.
+
- ...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57004.182754.patch
Type: text/x-patch
Size: 947 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190121/70efcaa5/attachment.bin>
More information about the cfe-commits
mailing list