[clang] 0cff81c - Add a release note for attribute plugins
John Brawn via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 26 08:04:14 PDT 2020
Author: John Brawn
Date: 2020-03-26T15:01:57Z
New Revision: 0cff81cff05d8e0a24391e3dec5b97174351ea55
URL: https://github.com/llvm/llvm-project/commit/0cff81cff05d8e0a24391e3dec5b97174351ea55
DIFF: https://github.com/llvm/llvm-project/commit/0cff81cff05d8e0a24391e3dec5b97174351ea55.diff
LOG: Add a release note for attribute plugins
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index ad13fb1b3e95..a8163cad9fde 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -111,7 +111,9 @@ New Pragmas in Clang
Attribute Changes in Clang
--------------------------
-- ...
+- Attributes can now be specified by clang plugins. See the
+ `Clang Plugins <ClangPlugins.html#defining-attributes>`_ documentation for
+ details.
Windows Support
---------------
More information about the cfe-commits
mailing list