summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2013-12-02 22:38:55 +0000
committerHans Wennborg <hans@hanshq.net>2013-12-02 22:38:55 +0000
commita6c1850bcc67f297682115232a9b5ddb2b835541 (patch)
treed7421e82c8c9669c6632af09674c35960ecfa547 /docs/ReleaseNotes.rst
parent85ad3893a967faf9c76571d0991acab7c9c6bf06 (diff)
downloadclang-a6c1850bcc67f297682115232a9b5ddb2b835541.tar.gz
clang-a6c1850bcc67f297682115232a9b5ddb2b835541.tar.bz2
clang-a6c1850bcc67f297682115232a9b5ddb2b835541.tar.xz
Mention clang-cl in the release notes
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_34@196166 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index e0945b88da..3dcca036eb 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -142,6 +142,15 @@ The static analyzer (which contains additional code checking beyond compiler
warnings) has improved significantly in both in the core analysis engine and
also in the kinds of issues it can find.
+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.
+
+
Core Analysis Improvements
==========================