We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82fecfd commit 9d3cb76Copy full SHA for 9d3cb76
clang/docs/ReleaseNotes.rst
@@ -109,6 +109,9 @@ Windows Support
109
``clang-cl /diagnostic:caret /c test.cc`` for example now produces
110
``clang: error: no such file or directory: '/diagnostic:caret'; did you mean '/diagnostics:caret'?``
111
112
+- clang now parses the ``__declspec(allocator)`` specifier and generates debug
113
+ information, so that memory usage can be tracked in Visual Studio.
114
+
115
- The ``-print-search-dirs`` option now separates elements with semicolons,
116
as is the norm for path lists on Windows
117
0 commit comments