[llvm-branch-commits] [cfe-branch] r246090 - Add a clang release note about raising the minimum Windows version for the next major release
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Aug 26 15:01:11 PDT 2015
Author: hans
Date: Wed Aug 26 17:01:10 2015
New Revision: 246090
URL: http://llvm.org/viewvc/llvm-project?rev=246090&view=rev
Log:
Add a clang release note about raising the minimum Windows version for the next major release
By Greg Bedwell!
Differential Revision: http://reviews.llvm.org/D12368
Modified:
cfe/branches/release_37/docs/ReleaseNotes.rst
Modified: cfe/branches/release_37/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_37/docs/ReleaseNotes.rst?rev=246090&r1=246089&r2=246090&view=diff
==============================================================================
--- cfe/branches/release_37/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_37/docs/ReleaseNotes.rst Wed Aug 26 17:01:10 2015
@@ -247,6 +247,12 @@ Added new checks:
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
======================
More information about the llvm-branch-commits
mailing list