Commit a67b1c9d authored by Hans Wennborg's avatar Hans Wennborg
Browse files

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

llvm-svn: 246090
parent 4cf00fb4
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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
======================