[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:41:30 PST 2019


mstorsjo marked an inline comment as done.
mstorsjo added inline comments.


================
Comment at: docs/ReleaseNotes.rst:190
+- For MinGW, clang now produces vtables and RTTI for dllexported classes
+  without key functions.
+
----------------
This comment doesn't really say much for the casual reader, perhaps it should just be left out and regarded as general assorted bugfixes? Although the fix (D55698) is a notable step towards matching GCC better for MinGW, and fixes an actual issue (building Qt in debug mode).


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57004/new/

https://reviews.llvm.org/D57004





More information about the cfe-commits mailing list