[PATCH] D12368: Add a clang release note about raising the minimum Windows version for the next major release
Hans Wennborg via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 26 15:02:24 PDT 2015
This revision was automatically updated to reflect the committed changes.
Closed by commit rL246090: Add a clang release note about raising the minimum Windows version for theā¦ (authored by hans).
Changed prior to commit:
http://reviews.llvm.org/D12368?vs=33208&id=33255#toc
Repository:
rL LLVM
http://reviews.llvm.org/D12368
Files:
cfe/branches/release_37/docs/ReleaseNotes.rst
Index: cfe/branches/release_37/docs/ReleaseNotes.rst
===================================================================
--- cfe/branches/release_37/docs/ReleaseNotes.rst
+++ cfe/branches/release_37/docs/ReleaseNotes.rst
@@ -247,6 +247,12 @@
boolean constants and simplifies them to use the appropriate boolean
expression directly (``if (x == true) ... -> if (x)``, etc.)
+Last release which will run on Windows XP and Windows Vista
+-----------------------------------------------------------
+
+This is expected to the be the last major release of Clang that will support
+running on Windows XP and Windows Vista. For the next major release the
+minimum Windows version requirement will be Windows 7.
Additional Information
======================
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12368.33255.patch
Type: text/x-patch
Size: 762 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150826/549dc65b/attachment.bin>
More information about the cfe-commits
mailing list