From 1538c571e118a17d0a876953cf5614054c56cde3 Mon Sep 17 00:00:00 2001 From: George Burgess IV Date: Mon, 9 Jan 2017 05:58:18 +0000 Subject: [PATCH] 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 --- docs/ReleaseNotes.rst | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.40.0