]> granicus.if.org Git - clang/commitdiff
Mention clang-cl in the release notes
authorHans Wennborg <hans@hanshq.net>
Mon, 2 Dec 2013 22:38:55 +0000 (22:38 +0000)
committerHans Wennborg <hans@hanshq.net>
Mon, 2 Dec 2013 22:38:55 +0000 (22:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_34@196166 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index e0945b88daaa1c479786c453e64bddc4ee4bd01f..3dcca036ebde0f78c25b3b88ac759ce2d49b5e55 100644 (file)
@@ -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
 ==========================