[llvm-branch-commits] [cfe-branch] r196166 - Mention clang-cl in the release notes

Hans Wennborg hans at hanshq.net
Mon Dec 2 14:38:55 PST 2013


Author: hans
Date: Mon Dec  2 16:38:55 2013
New Revision: 196166

URL: http://llvm.org/viewvc/llvm-project?rev=196166&view=rev
Log:
Mention clang-cl in the release notes

Modified:
    cfe/branches/release_34/docs/ReleaseNotes.rst

Modified: cfe/branches/release_34/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_34/docs/ReleaseNotes.rst?rev=196166&r1=196165&r2=196166&view=diff
==============================================================================
--- cfe/branches/release_34/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_34/docs/ReleaseNotes.rst Mon Dec  2 16:38:55 2013
@@ -142,6 +142,15 @@ The static analyzer (which contains addi
 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
 ==========================
 





More information about the llvm-branch-commits mailing list