From: George Burgess IV Date: Mon, 9 Jan 2017 05:58:18 +0000 (+0000) Subject: Add release notes for `diagnose_if` X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1538c571e118a17d0a876953cf5614054c56cde3;p=clang Add release notes for `diagnose_if` Bots seem happy with `diagnose_if` so far, so I'm optimistically adding release notes for it. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@291422 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 11ee88f4ae..b15d9a5a14 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -47,6 +47,10 @@ sections with improvements to Clang's support for those languages. Major New Features ------------------ +- The ``diagnose_if`` attribute has been added to clang. This attribute allows + clang to emit a warning or error if a function call meets one or more + user-specified conditions. + - ... Improvements to Clang's diagnostics