Author: hans Date: Mon Aug 26 04:58:46 2019 New Revision: 369896 URL: http://llvm.org/viewvc/llvm-project?rev=369896&view=rev Log: ReleaseNotes: __declspec(allocator)
By Amy Huang! Modified: cfe/branches/release_90/docs/ReleaseNotes.rst Modified: cfe/branches/release_90/docs/ReleaseNotes.rst URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_90/docs/ReleaseNotes.rst?rev=369896&r1=369895&r2=369896&view=diff ============================================================================== --- cfe/branches/release_90/docs/ReleaseNotes.rst (original) +++ cfe/branches/release_90/docs/ReleaseNotes.rst Mon Aug 26 04:58:46 2019 @@ -109,6 +109,9 @@ Windows Support ``clang-cl /diagnostic:caret /c test.cc`` for example now produces ``clang: error: no such file or directory: '/diagnostic:caret'; did you mean '/diagnostics:caret'?`` +- clang now parses the ``__declspec(allocator)`` specifier and generates debug + information, so that memory usage can be tracked in Visual Studio. + - The ``-print-search-dirs`` option now separates elements with semicolons, as is the norm for path lists on Windows _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits