summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Lorenz <arphaman@gmail.com>2017-08-22 13:15:19 +0000
committerAlex Lorenz <arphaman@gmail.com>2017-08-22 13:15:19 +0000
commitc06c17e34a53b10c80c3732b5ddabf4e45c97df5 (patch)
treef87b93a6a848e7965c6af65f04bfd0481e3d4979
parentb601c1207dbea9346b8353e016b626c37433035a (diff)
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
-rw-r--r--docs/ReleaseNotes.rst4
1 files changed, 2 insertions, 2 deletions
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
--------------------------