Commit b1307b2c authored by Hans Wennborg's avatar Hans Wennborg
Browse files

Mention clang-cl in the release notes

llvm-svn: 196166
parent 8072be98
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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
==========================