git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_34@196166
91177308-0d34-0410-b5e6-
96231b3b80d8
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
==========================