From c06c17e34a53b10c80c3732b5ddabf4e45c97df5 Mon Sep 17 00:00:00 2001 From: Alex Lorenz Date: Tue, 22 Aug 2017 13:15:19 +0000 Subject: Mention #pragma clang attribute in the release notes git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_50@311452 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 61f0fd1367..81a4a56d91 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -95,8 +95,8 @@ future versions of Clang. New Pragmas in Clang ----------------------- -Clang now supports the ... - +- Clang now supports the ``clang attribute`` pragma that allows users to apply + an attribute to multiple declarations. Attribute Changes in Clang -------------------------- -- cgit v1.2.3