Skip to content

Commit 9d3cb76

Browse files
committed
ReleaseNotes: __declspec(allocator)
By Amy Huang! llvm-svn: 369896
1 parent 82fecfd commit 9d3cb76

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ Windows Support
109109
``clang-cl /diagnostic:caret /c test.cc`` for example now produces
110110
``clang: error: no such file or directory: '/diagnostic:caret'; did you mean '/diagnostics:caret'?``
111111

112+
- clang now parses the ``__declspec(allocator)`` specifier and generates debug
113+
information, so that memory usage can be tracked in Visual Studio.
114+
112115
- The ``-print-search-dirs`` option now separates elements with semicolons,
113116
as is the norm for path lists on Windows
114117

0 commit comments

Comments
 (0)