]> granicus.if.org Git - clang/commitdiff
ReleaseNotes: -Wmicrosoft was split up; by Nico Weber
authorHans Wennborg <hans@hanshq.net>
Tue, 16 Feb 2016 19:12:16 +0000 (19:12 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 16 Feb 2016 19:12:16 +0000 (19:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_38@260992 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 63cae1eb7838207d1848fa2261cc0dfb0b4bd369..922c15b0107c8bee4a196054a3647ca35721e13d 100644 (file)
@@ -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