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