[llvm-branch-commits] [cfe-branch] r260992 - ReleaseNotes: -Wmicrosoft was split up; by Nico Weber
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Feb 16 11:12:16 PST 2016
Author: hans
Date: Tue Feb 16 13:12:16 2016
New Revision: 260992
URL: http://llvm.org/viewvc/llvm-project?rev=260992&view=rev
Log:
ReleaseNotes: -Wmicrosoft was split up; by Nico Weber
Modified:
cfe/branches/release_38/docs/ReleaseNotes.rst
Modified: cfe/branches/release_38/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_38/docs/ReleaseNotes.rst?rev=260992&r1=260991&r2=260992&view=diff
==============================================================================
--- cfe/branches/release_38/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_38/docs/ReleaseNotes.rst Tue Feb 16 13:12:16 2016
@@ -39,12 +39,16 @@ Major New Features
- Feature1...
Improvements to Clang's diagnostics
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+-----------------------------------
Clang's diagnostics are constantly being improved to catch more issues,
explain them more clearly, and provide more accurate source information
about them. The improvements since the 3.7 release include:
+- ``-Wmicrosoft`` has been split into many targeted flags, so that projects can
+ choose to enable only a subset of these warnings. ``-Wno-microsoft`` still
+ disables all these warnings, and ``-Wmicrosoft`` still enables them all.
+
- ...
New Compiler Flags
More information about the llvm-branch-commits
mailing list