[llvm-branch-commits] [cfe-branch] r311452 - Mention #pragma clang attribute in the release notes

Alex Lorenz via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Aug 22 06:15:19 PDT 2017


Author: arphaman
Date: Tue Aug 22 06:15:19 2017
New Revision: 311452

URL: http://llvm.org/viewvc/llvm-project?rev=311452&view=rev
Log:
Mention #pragma clang attribute in the release notes

Modified:
    cfe/branches/release_50/docs/ReleaseNotes.rst

Modified: cfe/branches/release_50/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_50/docs/ReleaseNotes.rst?rev=311452&r1=311451&r2=311452&view=diff
==============================================================================
--- cfe/branches/release_50/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_50/docs/ReleaseNotes.rst Tue Aug 22 06:15:19 2017
@@ -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
 --------------------------




More information about the llvm-branch-commits mailing list