From b99a812c69df83afa6566e98af3cd8a9e4ef261c Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Tue, 16 Feb 2016 19:12:16 +0000 Subject: [PATCH] ReleaseNotes: -Wmicrosoft was split up; by Nico Weber git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_38@260992 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 63cae1eb78..922c15b010 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -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 -- 2.50.1