aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2015-08-26 22:01:10 +0000
committerHans Wennborg <hans@hanshq.net>2015-08-26 22:01:10 +0000
commita67b1c9d971d470ab94f34c7e105ee563c008ac6 (patch)
tree0784f69a1f3519fc41474f4c195f08880f119fb2
parent4cf00fb4322db993f07f5a30ca4f25b7bb14a459 (diff)
downloadllvm-a67b1c9d971d470ab94f34c7e105ee563c008ac6.zip
llvm-a67b1c9d971d470ab94f34c7e105ee563c008ac6.tar.gz
llvm-a67b1c9d971d470ab94f34c7e105ee563c008ac6.tar.bz2
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
-rw-r--r--clang/docs/ReleaseNotes.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 08d1a16..41f190d 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -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
======================