aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Brawn <john.brawn@arm.com>2020-03-26 15:01:22 +0000
committerJohn Brawn <john.brawn@arm.com>2020-03-26 15:01:57 +0000
commit0cff81cff05d8e0a24391e3dec5b97174351ea55 (patch)
treebdf7f2299560ae72d63e49cd81d3ae291a00f815
parent172456c77506abf8f5a1a7e28db6ea449904ec8e (diff)
downloadllvm-0cff81cff05d8e0a24391e3dec5b97174351ea55.zip
llvm-0cff81cff05d8e0a24391e3dec5b97174351ea55.tar.gz
llvm-0cff81cff05d8e0a24391e3dec5b97174351ea55.tar.bz2
Add a release note for attribute plugins
-rw-r--r--clang/docs/ReleaseNotes.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index ad13fb1..a8163ca 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
---------------