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 ====================== _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits