summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2013-12-09 20:00:25 +0000
committerHans Wennborg <hans@hanshq.net>2013-12-09 20:00:25 +0000
commit70cb8384c146a90990426c63e38b28a2cb04f3dd (patch)
treedccdd9aa080799ffee47601c9464e9c8b54f6e98
parent6df32e24975ab457fa4b428326076436e48dad06 (diff)
downloadclang-70cb8384c146a90990426c63e38b28a2cb04f3dd.tar.gz
clang-70cb8384c146a90990426c63e38b28a2cb04f3dd.tar.bz2
clang-70cb8384c146a90990426c63e38b28a2cb04f3dd.tar.xz
Release notes: expand clang-cl blurb a little
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_34@196810 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 0e6aaa4cb6..30221ddc64 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -176,9 +176,11 @@ Windows Support
- `clang-cl <UsersManual.html#clang-cl>` provides a new driver mode that is
designed for compatibility with Visual Studio's compiler, cl.exe. This driver
- mode makes Clang accept the same kind of command-line options as cl.exe.
- Please note that this mode is still experimental.
-
+ mode makes Clang accept the same kind of command-line options as cl.exe. The
+ installer will attempt to expose clang-cl in any Visual Studio installations
+ on the system as a Platform Toolset, e.g. "LLVM-vs2012". clang-cl targets the
+ Microsoft ABI by default. Please note that this driver mode and compatibility
+ with the MS ABI is highly experimental.
Core Analysis Improvements
==========================