This revision was automatically updated to reflect the committed changes. Closed by commit rL351872: [docs] Add release notes for notable things I've contributed since last release (authored by mstorsjo, committed by ). Herald added a subscriber: llvm-commits.
Changed prior to commit: https://reviews.llvm.org/D57004?vs=182754&id=182961#toc Repository: rL LLVM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D57004/new/ https://reviews.llvm.org/D57004 Files: cfe/branches/release_80/docs/ReleaseNotes.rst Index: cfe/branches/release_80/docs/ReleaseNotes.rst =================================================================== --- cfe/branches/release_80/docs/ReleaseNotes.rst +++ cfe/branches/release_80/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. This fixes building Qt in debug mode. + +- Allow using Address Sanitizer and Undefined Behaviour Sanitizer on MinGW. + - ...
Index: cfe/branches/release_80/docs/ReleaseNotes.rst =================================================================== --- cfe/branches/release_80/docs/ReleaseNotes.rst +++ cfe/branches/release_80/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. This fixes building Qt in debug mode. + +- Allow using Address Sanitizer and Undefined Behaviour Sanitizer on MinGW. + - ...
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits